Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/
DCircleTimerView.java237 public static final String PREF_CTV_MARKER_TIME = "_ctv_marker_time"; field in CircleTimerView
247 editor.putLong (key + PREF_CTV_MARKER_TIME, mMarkerTime); in writeToSharedPref()
258 mMarkerTime = prefs.getLong(key + PREF_CTV_MARKER_TIME, -1); in readFromSharedPref()
273 editor.remove (key + PREF_CTV_MARKER_TIME); in clearSharedPref()
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchService.java393 editor.putLong(Stopwatches.KEY + CircleTimerView.PREF_CTV_MARKER_TIME, lapTime); in writeSharedPrefsLap()