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

  /packages/apps/DeskClock/src/com/android/deskclock/
CircleTimerView.java 215 public static final String PREF_CTV_PAUSED = "_ctv_paused";
226 editor.putBoolean (key + PREF_CTV_PAUSED, mPaused);
237 mPaused = prefs.getBoolean(key + PREF_CTV_PAUSED, false);
252 editor.remove (key + PREF_CTV_PAUSED);
  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchService.java 408 editor.putBoolean(Stopwatches.KEY + CircleTimerView.PREF_CTV_PAUSED, false);
432 editor.putBoolean(Stopwatches.KEY + CircleTimerView.PREF_CTV_PAUSED, false);
453 editor.putBoolean(Stopwatches.KEY + CircleTimerView.PREF_CTV_PAUSED, true);

Completed in 54 milliseconds