OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stopwatchintent
(Results
1 - 1
of
1
) sorted by null
/packages/apps/DeskClock/src/com/android/deskclock/
DeskClock.java
168
Intent
stopwatchIntent
= new Intent(getApplicationContext(), StopwatchService.class);
169
stopwatchIntent
.setAction(Stopwatches.KILL_NOTIF);
170
startService(
stopwatchIntent
);
Completed in 3037 milliseconds