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 261 editor.putBoolean(Stopwatches.NOTIF_CLOCK_RUNNING, true);
265 editor.putBoolean(Stopwatches.NOTIF_CLOCK_RUNNING, false);
277 boolean clockRunning = prefs.getBoolean(Stopwatches.NOTIF_CLOCK_RUNNING, false);
298 editor.remove(Stopwatches.NOTIF_CLOCK_RUNNING);
Stopwatches.java 48 public static final String NOTIF_CLOCK_RUNNING = "notif_clock_running";
StopwatchFragment.java     [all...]

Completed in 423 milliseconds