Home
last modified time | relevance | path

Searched refs:PREF_CTV_PAUSED (Results 1 – 2 of 2) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/
DCircleTimerView.java231 public static final String PREF_CTV_PAUSED = "_ctv_paused"; field in CircleTimerView
242 editor.putBoolean (key + PREF_CTV_PAUSED, mPaused); in writeToSharedPref()
253 mPaused = prefs.getBoolean(key + PREF_CTV_PAUSED, false); in readFromSharedPref()
268 editor.remove (key + PREF_CTV_PAUSED); in clearSharedPref()
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchService.java374 editor.putBoolean(Stopwatches.KEY + CircleTimerView.PREF_CTV_PAUSED, false); in writeSharedPrefsStarted()
398 editor.putBoolean(Stopwatches.KEY + CircleTimerView.PREF_CTV_PAUSED, false); in writeSharedPrefsLap()
419 editor.putBoolean(Stopwatches.KEY + CircleTimerView.PREF_CTV_PAUSED, true); in writeSharedPrefsStopped()