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

  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchService.java 260 editor.putLong(Stopwatches.NOTIF_CLOCK_ELAPSED, -1);
263 editor.putLong(Stopwatches.NOTIF_CLOCK_ELAPSED, clockTime);
276 long clockElapsedTime = prefs.getLong(Stopwatches.NOTIF_CLOCK_ELAPSED, -1);
299 editor.remove(Stopwatches.NOTIF_CLOCK_ELAPSED);
Stopwatches.java 47 public static final String NOTIF_CLOCK_ELAPSED = "notif_clock_elapsed";
StopwatchFragment.java     [all...]

Completed in 535 milliseconds