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.java168 Intent stopwatchIntent = new Intent(getApplicationContext(), StopwatchService.class); in onResume() local
169 stopwatchIntent.setAction(Stopwatches.KILL_NOTIF); in onResume()
170 startService(stopwatchIntent); in onResume()