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