Searched refs:showTimersIntent (Results 1 – 1 of 1) sorted by relevance
442 final Intent showTimersIntent = new Intent(this, DeskClock.class); in handleShowTimers() local447 showTimersIntent.putExtra(TimerService.EXTRA_TIMER_ID, newestTimer.getId()); in handleShowTimers()452 startActivity(showTimersIntent); in handleShowTimers()