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

  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchService.java 250 editor.putBoolean(Stopwatches.NOTIF_CLOCK_RUNNING, true);
254 editor.putBoolean(Stopwatches.NOTIF_CLOCK_RUNNING, false);
266 boolean clockRunning = prefs.getBoolean(Stopwatches.NOTIF_CLOCK_RUNNING, false);
287 editor.remove(Stopwatches.NOTIF_CLOCK_RUNNING);
Stopwatches.java 44 public static final String NOTIF_CLOCK_RUNNING = "notif_clock_running";
StopwatchFragment.java 709 editor.putBoolean(Stopwatches.NOTIF_CLOCK_RUNNING, true);
713 editor.putBoolean(Stopwatches.NOTIF_CLOCK_RUNNING, false);
716 editor.remove(Stopwatches.NOTIF_CLOCK_RUNNING);
    [all...]

Completed in 94 milliseconds