Searched refs:mTimeToFirstUnlockMs (Results 1 – 1 of 1) sorted by relevance
81 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.UnattendedRebootMetricEvent115 mTimeToFirstUnlockMs = Long.parseLong(key); in setField()