Searched refs:PREF_CTV_INTERVAL (Results 1 – 2 of 2) sorted by relevance
216 public static final String PREF_CTV_INTERVAL = "_ctv_interval"; field in CircleTimerView227 editor.putLong (key + PREF_CTV_INTERVAL, mIntervalTime); in writeToSharedPref()238 mIntervalTime = prefs.getLong(key + PREF_CTV_INTERVAL, 0); in readFromSharedPref()253 editor.remove (key + PREF_CTV_INTERVAL); in clearSharedPref()
425 editor.putLong(Stopwatches.KEY + CircleTimerView.PREF_CTV_INTERVAL, lapTime); in writeSharedPrefsLap()