Package org.robolectric.shadows
Class ShadowTimePickerDialog
- java.lang.Object
-
- org.robolectric.shadows.ShadowDialog
-
- org.robolectric.shadows.ShadowAlertDialog
-
- org.robolectric.shadows.ShadowTimePickerDialog
-
@Implements(android.app.TimePickerDialog.class) public class ShadowTimePickerDialog extends ShadowAlertDialog
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.robolectric.shadows.ShadowAlertDialog
ShadowAlertDialog.ShadowBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected android.app.TimePickerDialogrealTimePickerDialog-
Fields inherited from class org.robolectric.shadows.ShadowDialog
title
-
-
Constructor Summary
Constructors Constructor Description ShadowTimePickerDialog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void__constructor__(android.content.Context context, int theme, android.app.TimePickerDialog.OnTimeSetListener callBack, int hourOfDay, int minute, boolean is24HourView)intgetHourOfDay()intgetMinute()-
Methods inherited from class org.robolectric.shadows.ShadowAlertDialog
clickOnItem, getAdapter, getCustomTitleView, getCustomView, getIconId, getItems, getLatestAlertDialog, getMessage, getTitle, getView, reset, show
-
Methods inherited from class org.robolectric.shadows.ShadowDialog
callOnCreate, clickOn, clickOnText, clickOnText, dismiss, getLatestDialog, getOnCancelListener, getShownDialogs, hasBeenDismissed, isCancelable, isCancelableOnTouchOutside, setCanceledOnTouchOutside, setLatestDialog, setOnCancelListener
-
-