Searched refs:ACCUMULATED_TIME (Results 1 – 1 of 1) sorted by relevance
36 private const val ACCUMULATED_TIME = "sw_accum_time" constant52 val accumulatedTime: Long = prefs.getLong(ACCUMULATED_TIME, 0) in getStopwatch()73 .remove(ACCUMULATED_TIME) in setStopwatch()78 .putLong(ACCUMULATED_TIME, stopwatch.accumulatedTime) in setStopwatch()