Package org.robolectric.shadows
Class ShadowCountDownTimer
java.lang.Object
org.robolectric.shadows.ShadowCountDownTimer
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidcancel()longlongbooleanvoidvoidinvokeTick(long millisUntilFinished) booleanprotected CountDownTimerstart()
- 
Constructor Details- 
ShadowCountDownTimerpublic ShadowCountDownTimer()
 
- 
- 
Method Details- 
start
- 
cancel
- 
invokeTickpublic void invokeTick(long millisUntilFinished) 
- 
invokeFinishpublic void invokeFinish()
- 
hasStartedpublic boolean hasStarted()
- 
isCancelledpublic boolean isCancelled()
- 
getCountDownIntervalpublic long getCountDownInterval()
- 
getMillisInFuturepublic long getMillisInFuture()
 
-