Searched refs:LAP_COUNT (Results 1 – 1 of 1) sorted by relevance
48 private static final String LAP_COUNT = "sw_lap_num"; field in StopwatchDAO97 final int lapCount = prefs.getInt(LAP_COUNT, 0); in getLaps()130 .putInt(LAP_COUNT, newLapCount) in addLap()142 final int lapCount = prefs.getInt(LAP_COUNT, 0); in clearLaps()146 editor.remove(LAP_COUNT); in clearLaps()