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
-
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 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 Detail
-
realTimePickerDialog
@RealObject protected TimePickerDialog realTimePickerDialog
-
-