HomeSort by relevance Sort by last modified time
    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