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

  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
Stopwatches.java 30 public static final String RESET_STOPWATCH = "reset_stopwatch";
StopwatchService.java 94 } else if (actionType.equals(Stopwatches.RESET_STOPWATCH)) {
229 dismissIntent.setAction(Stopwatches.RESET_STOPWATCH);
StopwatchFragment.java 285 intent.setAction(Stopwatches.RESET_STOPWATCH);
    [all...]

Completed in 101 milliseconds