Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/
DDeskClock.java275 Intent stopwatchIntent = new Intent(getApplicationContext(), StopwatchService.class); in onResume() local
276 stopwatchIntent.setAction(Stopwatches.KILL_NOTIF); in onResume()
277 startService(stopwatchIntent); in onResume()