Searched refs:PREF_CTV_PAUSED (Results 1 – 2 of 2) sorted by relevance
231 public static final String PREF_CTV_PAUSED = "_ctv_paused"; field in CircleTimerView242 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()
374 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()