Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/
DHandleDeskClockApiCalls.java250 final Intent showTimers = new Intent(mAppContext, DeskClock.class) in handleTimerIntent() local
253 showTimers.putExtra(EXTRA_TIMER_ID, timerId); in handleTimerIntent()
255 startActivity(showTimers); in handleTimerIntent()