Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/test/src/android/tools/
DTimeUtilsTest.kt19 import android.tools.traces.formatRealTimestamp
67 Truth.assertThat(formatRealTimestamp(0)).isEqualTo("1970-01-01T00:00:00.000000000") in canFormatRealTime()
69 formatRealTimestamp( in canFormatRealTime()
75 formatRealTimestamp( in canFormatRealTime()
80 Truth.assertThat(formatRealTimestamp(NOV_10_2022)) in canFormatRealTime()
82 Truth.assertThat(formatRealTimestamp(NOV_10_2022 + 1)) in canFormatRealTime()
/platform_testing/libraries/flicker/utils/src/android/tools/
DConsts.kt19 import android.tools.traces.formatRealTimestamp
28 val Timestamps: TimestampFactory = TimestampFactory { formatRealTimestamp(it) } in <lambda>()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/
DUtils.kt37 fun formatRealTimestamp(timestampNs: Long): String { in <lambda>() method