Searched refs:timerService (Results 1 – 1 of 1) sorted by relevance
44 private TimerService timerService; field in TimerServiceTest50 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()