Home
last modified time | relevance | path

Searched refs:PREF_START_TIME (Results 1 – 6 of 6) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerObj.java63 private static final String PREF_START_TIME = "timer_start_time_"; field in TimerObj
89 editor.putLong(PREF_START_TIME + id, mStartTime); in writeToSharedPref()
104 String key = PREF_START_TIME + id; in readFromSharedPref()
125 key = PREF_START_TIME + id; in deleteFromSharedPref()
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchService.java314 mStartTime = prefs.getLong(Stopwatches.PREF_START_TIME, 0); in readFromSharedPrefs()
343 editor.putLong(Stopwatches.PREF_START_TIME, startTime); in writeToSharedPrefs()
DStopwatchFragment.java708 editor.putLong (Stopwatches.PREF_START_TIME, mStartTime); in writeToSharedPref()
739 mStartTime = prefs.getLong(Stopwatches.PREF_START_TIME, 0); in readFromSharedPref()
DStopwatches.java40 public static final String PREF_START_TIME = "sw_start_time"; field in Stopwatches
/packages/apps/DeskClock/src/com/android/deskclock/
DCircleTimerView.java249 editor.remove (Stopwatches.PREF_START_TIME); in clearSharedPref()
DUtils.java209 editor.remove (Stopwatches.PREF_START_TIME); in clearSwSharedPref()