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