OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PREF_LAP_TIME
(Results
1 - 4
of
4
) sorted by null
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
Stopwatches.java
40
public static final String
PREF_LAP_TIME
= "sw_lap_time_";
StopwatchService.java
313
String key = Stopwatches.
PREF_LAP_TIME
+ Integer.toString(lap_i + 1);
339
editor.putLong(Stopwatches.
PREF_LAP_TIME
+ Integer.toString(numLaps), lapTimeElapsed);
341
editor.putLong(Stopwatches.
PREF_LAP_TIME
+ Integer.toString(numLaps), lapTimeElapsed);
StopwatchFragment.java
701
String key = Stopwatches.
PREF_LAP_TIME
+ Integer.toString(laps.length - i);
734
String key = Stopwatches.
PREF_LAP_TIME
+ Integer.toString(lap_i + 1);
812
key.startsWith(Stopwatches.
PREF_LAP_TIME
))) {
[
all
...]
/packages/apps/DeskClock/src/com/android/deskclock/
Utils.java
189
String key = Stopwatches.
PREF_LAP_TIME
+ Integer.toString(i);
Completed in 25 milliseconds