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

/packages/apps/DeskClock/src/com/android/deskclock/
H A DCircleTimerView.java217 public static final String PREF_CTV_INTERVAL_START = "_ctv_interval_start"; field in class:CircleTimerView
228 editor.putLong (key + PREF_CTV_INTERVAL_START, mIntervalStartTime);
239 mIntervalStartTime = prefs.getLong(key + PREF_CTV_INTERVAL_START, -1);
254 editor.remove (key + PREF_CTV_INTERVAL_START);
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
H A DStopwatchService.java381 Stopwatches.KEY + CircleTimerView.PREF_CTV_INTERVAL_START, -1);
385 editor.putLong(Stopwatches.KEY + CircleTimerView.PREF_CTV_INTERVAL_START,
410 editor.putLong(Stopwatches.KEY + CircleTimerView.PREF_CTV_INTERVAL_START, time);
413 editor.putLong(Stopwatches.KEY + CircleTimerView.PREF_CTV_INTERVAL_START, -1);
428 Stopwatches.KEY + CircleTimerView.PREF_CTV_INTERVAL_START, -1);

Completed in 228 milliseconds