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

/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerObj.java61 private static final String PREF_START_TIME = "timer_start_time_"; field in class:TimerObj
88 key = PREF_START_TIME + id;
111 String key = PREF_START_TIME + id;
132 key = PREF_START_TIME + id;
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
H A DStopwatches.java40 public static final String PREF_START_TIME = "sw_start_time"; field in class:Stopwatches
H A DStopwatchService.java312 mStartTime = prefs.getLong(Stopwatches.PREF_START_TIME, 0);
341 editor.putLong(Stopwatches.PREF_START_TIME, startTime);
H A DStopwatchFragment.java904 editor.putLong (Stopwatches.PREF_START_TIME, mStartTime);
935 mStartTime = prefs.getLong(Stopwatches.PREF_START_TIME, 0);
/packages/apps/DeskClock/src/com/android/deskclock/
H A DCircleTimerView.java249 editor.remove (Stopwatches.PREF_START_TIME);
H A DUtils.java198 editor.remove (Stopwatches.PREF_START_TIME);

Completed in 58 milliseconds