Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/src/android/tools/
DTimestamp.kt206 val convertedTime = remainingNs / ns in formatElapsedTimestamp() constant
208 if (prettyTimestamp.isEmpty() && convertedTime == 0L) { in formatElapsedTimestamp()