Searched refs:lapAccumulatedTimeKey (Results 1 – 1 of 1) sorted by relevance
105 final String lapAccumulatedTimeKey = LAP_ACCUMULATED_TIME + lapNumber; in getLaps() local106 final long accumulatedTime = prefs.getLong(lapAccumulatedTimeKey, 0); in getLaps()