Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/src/android/tools/
DConsts.kt22 const val MILLISECOND_AS_NANOSECONDS: Long = 1000000 constant
DTimestamp.kt201 "ms" to MILLISECOND_AS_NANOSECONDS, in formatElapsedTimestamp()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/
DUtils.kt24 import android.tools.MILLISECOND_AS_NANOSECONDS in <lambda>()
38 val timestampMs = timestampNs / MILLISECOND_AS_NANOSECONDS in <lambda>()
39 val remainderNs = timestampNs % MILLISECOND_AS_NANOSECONDS in <lambda>()