Searched refs:clearLaps (Results 1 – 4 of 4) sorted by relevance
106 clearLaps()161 fun clearLaps() { regex162 StopwatchDAO.clearLaps(mPrefs)
130 fun clearLaps(prefs: SharedPreferences) { regex
398 private fun showOrHideLaps(clearLaps: Boolean) {403 if (clearLaps) {404 mLapsAdapter.clearLaps()
154 fun clearLaps() { regex