OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PREF_CTV_INTERVAL_START
(Results
1 - 2
of
2
) sorted by null
/packages/apps/DeskClock/src/com/android/deskclock/
CircleTimerView.java
217
public static final String
PREF_CTV_INTERVAL_START
= "_ctv_interval_start";
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/
StopwatchService.java
379
Stopwatches.KEY + CircleTimerView.
PREF_CTV_INTERVAL_START
, -1);
383
editor.putLong(Stopwatches.KEY + CircleTimerView.
PREF_CTV_INTERVAL_START
,
408
editor.putLong(Stopwatches.KEY + CircleTimerView.
PREF_CTV_INTERVAL_START
, time);
411
editor.putLong(Stopwatches.KEY + CircleTimerView.
PREF_CTV_INTERVAL_START
, -1);
426
Stopwatches.KEY + CircleTimerView.
PREF_CTV_INTERVAL_START
, -1);
Completed in 30 milliseconds