OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PREF_LAP_NUM
(Results
1 - 4
of
4
) sorted by null
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchService.java
278
int numLaps = prefs.getInt(Stopwatches.
PREF_LAP_NUM
, -1);
314
mNumLaps = prefs.getInt(Stopwatches.
PREF_LAP_NUM
, Stopwatches.STOPWATCH_RESET);
320
int numLaps = prefs.getInt(Stopwatches.
PREF_LAP_NUM
, Stopwatches.STOPWATCH_RESET);
345
int numLaps = prefs.getInt(Stopwatches.
PREF_LAP_NUM
, 0);
353
editor.putInt(Stopwatches.
PREF_LAP_NUM
, numLaps);
Stopwatches.java
43
public static final String
PREF_LAP_NUM
= "sw_lap_num";
StopwatchFragment.java
[
all
...]
/packages/apps/DeskClock/src/com/android/deskclock/
Utils.java
201
int lapNum = prefs.getInt(Stopwatches.
PREF_LAP_NUM
, Stopwatches.STOPWATCH_RESET);
206
editor.remove(Stopwatches.
PREF_LAP_NUM
);
Completed in 291 milliseconds