Searched refs:clearLaps (Results 1 – 4 of 4) sorted by relevance
116 clearLaps(); in setStopwatch()172 void clearLaps() { in clearLaps() method in StopwatchModel173 StopwatchDAO.clearLaps(mPrefs); in clearLaps()
141 static void clearLaps(SharedPreferences prefs) { in clearLaps() method in StopwatchDAO
414 private void showOrHideLaps(boolean clearLaps) { in showOrHideLaps() argument422 if (clearLaps) { in showOrHideLaps()423 mLapsAdapter.clearLaps(); in showOrHideLaps()
169 void clearLaps() { in clearLaps() method in LapsAdapter