Searched defs:accumulatedTime (Results 1 – 6 of 6) sorted by relevance
28 val accumulatedTime: Long constant in com.android.deskclock.data.Lap
52 val accumulatedTime: Long = prefs.getLong(ACCUMULATED_TIME, 0) in getStopwatch() constant98 val accumulatedTime: Long = prefs.getLong(lapAccumulatedTimeKey, 0) in getLaps() constant
34 val accumulatedTime: Long constant in com.android.deskclock.data.Stopwatch
79 void combineAccumulatedTiming(AtomValue::AccumulatedTiming* accumulatedTime, in combineAccumulatedTiming()
273 val accumulatedTime: TextView constant
6330 int64_t accumulatedTime = 0; in TEST_F() local