Home
last modified time | relevance | path

Searched refs:currentRunDuration (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/providers/MediaProvider/tests/utils/src/com/android/providers/media/tests/utils/
H A DTimer.java53 long currentRunDuration = 0; in stop() local
57 currentRunDuration = (SystemClock.elapsedRealtimeNanos() - start); in stop()
58 maxRunDuration = (currentRunDuration > maxRunDuration) ? currentRunDuration : in stop()
60 duration += currentRunDuration; in stop()