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 TimePickerDialog
realTimePickerDialog
-
Constructor Summary
Constructors Constructor Description ShadowTimePickerDialog()
-
Method Summary
Modifier and Type Method Description protected void
__constructor__(Context context, int theme, TimePickerDialog.OnTimeSetListener callBack, int hourOfDay, int minute, boolean is24HourView)
int
getHourOfDay()
boolean
getIs24HourView()
int
getMinute()
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
-
Field Details
-
Constructor Details
-
ShadowTimePickerDialog
public ShadowTimePickerDialog()
-
-
Method Details
-
__constructor__
@Implementation protected void __constructor__(Context context, int theme, TimePickerDialog.OnTimeSetListener callBack, int hourOfDay, int minute, boolean is24HourView) -
getHourOfDay
public int getHourOfDay() -
getMinute
public int getMinute() -
getIs24HourView
public boolean getIs24HourView()
-