Home
last modified time | relevance | path

Searched defs:numLaps (Results 1 – 2 of 2) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchService.java166 private void setNotification(long clockBaseTime, boolean clockRunning, int numLaps) { in setNotification()
277 private void saveNotification(long clockTime, boolean clockRunning, int numLaps) { in saveNotification()
301 int numLaps = prefs.getInt(Stopwatches.PREF_LAP_NUM, -1); in showSavedNotification() local
343 int numLaps = prefs.getInt(Stopwatches.PREF_LAP_NUM, Stopwatches.STOPWATCH_RESET); in readLapsFromPrefs() local
368 int numLaps = prefs.getInt(Stopwatches.PREF_LAP_NUM, 0); in writeToSharedPrefs() local
422 int numLaps = laps.length; in writeSharedPrefsLap() local
DStopwatchFragment.java587 int numLaps = input.length; in getLapShareTimes() local
777 int numLaps = prefs.getInt(Stopwatches.PREF_LAP_NUM, Stopwatches.STOPWATCH_RESET); in readFromSharedPref() local