Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchService.java368 Stopwatches.KEY + CircleTimerView.PREF_CTV_INTERVAL_START, -1); in writeSharedPrefsStarted()
372 editor.putLong(Stopwatches.KEY + CircleTimerView.PREF_CTV_INTERVAL_START, in writeSharedPrefsStarted()
397 editor.putLong(Stopwatches.KEY + CircleTimerView.PREF_CTV_INTERVAL_START, time); in writeSharedPrefsLap()
400 editor.putLong(Stopwatches.KEY + CircleTimerView.PREF_CTV_INTERVAL_START, -1); in writeSharedPrefsLap()
415 Stopwatches.KEY + CircleTimerView.PREF_CTV_INTERVAL_START, -1); in writeSharedPrefsStopped()
/packages/apps/DeskClock/src/com/android/deskclock/
DCircleTimerView.java233 public static final String PREF_CTV_INTERVAL_START = "_ctv_interval_start"; field in CircleTimerView
244 editor.putLong (key + PREF_CTV_INTERVAL_START, mIntervalStartTime); in writeToSharedPref()
255 mIntervalStartTime = prefs.getLong(key + PREF_CTV_INTERVAL_START, -1); in readFromSharedPref()
270 editor.remove (key + PREF_CTV_INTERVAL_START); in clearSharedPref()