Home
last modified time | relevance | path

Searched refs:timerService (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/DeskClock/tests/src/com/android/deskclock/timer/
H A DTimerServiceTest.java44 private TimerService timerService; field in TimerServiceTest
50 timerService = new TimerService(); in setUp()
51 timerService.onCreate(); in setUp()
58 timerService = null; in tearDown()
86 timerService.onStartCommand(getTimerServiceIntent(), 0, 0)); in verifyIntentsHonored_whileTimersFire()
93 timerService.onStartCommand(getTimerServiceIntent(), 0, 1)); in verifyIntentsHonored_whileTimersFire()
100 timerService.onStartCommand(getTimerServiceIntent(), 0, 2)); in verifyIntentsHonored_whileTimersFire()
124 assertEquals(START_NOT_STICKY, timerService.onStartCommand(timerServiceIntent, 0, 0)); in verifyIntentsHonored_ifNoTimersAreExpired()