Home
last modified time | relevance | path

Searched +defs:convertedTime +defs:timeUnit (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/platform_testing/libraries/flicker/utils/src/android/tools/
H A DTimestamp.kt206 for ((timeUnit, ns) in timeUnitToNanoSeconds) { in formatElapsedTimestamp() constant
207 val convertedTime = remainingNs / ns in formatElapsedTimestamp() constant