Searched refs:showTimers (Results 1 – 1 of 1) sorted by relevance
250 final Intent showTimers = new Intent(mAppContext, DeskClock.class) in handleTimerIntent() local253 showTimers.putExtra(EXTRA_TIMER_ID, timerId); in handleTimerIntent()255 startActivity(showTimers); in handleTimerIntent()