Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/src/android/tools/
DTimestamp.kt205 for ((timeUnit, ns) in timeUnitToNanoSeconds) { in formatElapsedTimestamp() constant
206 val convertedTime = remainingNs / ns in formatElapsedTimestamp() constant