HomeSort by relevance Sort by last modified time
    Searched refs:PREF_LAP_NUM (Results 1 - 4 of 4) sorted by null

  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchService.java 267 int numLaps = prefs.getInt(Stopwatches.PREF_LAP_NUM, -1);
303 mNumLaps = prefs.getInt(Stopwatches.PREF_LAP_NUM, Stopwatches.STOPWATCH_RESET);
309 int numLaps = prefs.getInt(Stopwatches.PREF_LAP_NUM, Stopwatches.STOPWATCH_RESET);
334 int numLaps = prefs.getInt(Stopwatches.PREF_LAP_NUM, 0);
342 editor.putInt(Stopwatches.PREF_LAP_NUM, numLaps);
Stopwatches.java 39 public static final String PREF_LAP_NUM = "sw_lap_num";
StopwatchFragment.java 699 editor.putInt (Stopwatches.PREF_LAP_NUM, laps.length);
727 int numLaps = prefs.getInt(Stopwatches.PREF_LAP_NUM, Stopwatches.STOPWATCH_RESET);
811 if (! (key.equals(Stopwatches.PREF_LAP_NUM) ||
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
Utils.java 187 int lapNum = prefs.getInt(Stopwatches.PREF_LAP_NUM, Stopwatches.STOPWATCH_RESET);
192 editor.remove(Stopwatches.PREF_LAP_NUM);

Completed in 115 milliseconds