Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/
DCircleTimerView.java216 public static final String PREF_CTV_INTERVAL = "_ctv_interval"; field in CircleTimerView
227 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()
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchService.java425 editor.putLong(Stopwatches.KEY + CircleTimerView.PREF_CTV_INTERVAL, lapTime); in writeSharedPrefsLap()