Home
last modified time | relevance | path

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

/aosp12/packages/modules/Scheduling/tests/hostsidetests/src/com/android/tests/scheduling/host/
H A DRebootReadinessHostTest.java81 assertThat(event.mTimeToFirstUnlockMs).isAtLeast(0); in testUnattendedRebootMetrics_Basic()
82 assertThat(event.mTimeToFirstUnlockMs).isLessThan(TimeUnit.MINUTES.toMillis(1)); in testUnattendedRebootMetrics_Basic()
100 long mTimeToFirstUnlockMs = -1; field in RebootReadinessHostTest.UnattendedRebootMetricEvent
115 mTimeToFirstUnlockMs = Long.parseLong(key); in setField()