OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PREF_START_TIME
(Results
1 - 6
of
6
) sorted by null
/packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerObj.java
61
private static final String
PREF_START_TIME
= "timer_start_time_";
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/
Stopwatches.java
40
public static final String
PREF_START_TIME
= "sw_start_time";
StopwatchService.java
312
mStartTime = prefs.getLong(Stopwatches.
PREF_START_TIME
, 0);
341
editor.putLong(Stopwatches.
PREF_START_TIME
, startTime);
StopwatchFragment.java
[
all
...]
/packages/apps/DeskClock/src/com/android/deskclock/
CircleTimerView.java
249
editor.remove (Stopwatches.
PREF_START_TIME
);
Utils.java
198
editor.remove (Stopwatches.
PREF_START_TIME
);
Completed in 331 milliseconds