HomeSort by relevance Sort by last modified time
    Searched refs:START_STOPWATCH (Results 1 - 3 of 3) sorted by null

  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
Stopwatches.java 27 public static final String START_STOPWATCH = "start_stopwatch";
StopwatchService.java 69 if (actionType.equals(Stopwatches.START_STOPWATCH)) {
216 rightButtonIntent.setAction(Stopwatches.START_STOPWATCH);
StopwatchFragment.java 248 intent.setAction(Stopwatches.START_STOPWATCH);
    [all...]

Completed in 3135 milliseconds