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.java148 private void setNotification(long clockBaseTime, boolean clockRunning, int numLaps) { in setNotification()
243 private void saveNotification(long clockTime, boolean clockRunning, int numLaps) { in saveNotification()
267 int numLaps = prefs.getInt(Stopwatches.PREF_LAP_NUM, -1); in showSavedNotification() local
309 int numLaps = prefs.getInt(Stopwatches.PREF_LAP_NUM, Stopwatches.STOPWATCH_RESET); in readLapsFromPrefs() local
334 int numLaps = prefs.getInt(Stopwatches.PREF_LAP_NUM, 0); in writeToSharedPrefs() local
388 int numLaps = laps.length; in writeSharedPrefsLap() local
DStopwatchFragment.java556 int numLaps = input.length; in getLapShareTimes() local
727 int numLaps = prefs.getInt(Stopwatches.PREF_LAP_NUM, Stopwatches.STOPWATCH_RESET); in readFromSharedPref() local