Home
last modified time | relevance | path

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

/packages/modules/Scheduling/tests/unittests/src/com/android/server/scheduling/
DRebootReadinessUnitTest.java115 private ArgumentCaptor<Long> mLongCaptor; field in RebootReadinessUnitTest
458 anyInt(), mLongCaptor.capture()), times(1)); in testMetricsLoggedWhenNotReadyToReboot()
459 assertThat(mLongCaptor.getValue()).isGreaterThan(STATE_CHANGE_DELAY + DEVICE_CONFIG_DELAY); in testMetricsLoggedWhenNotReadyToReboot()
460 assertThat(mLongCaptor.getValue()).isLessThan(TimeUnit.MINUTES.toMillis(1)); in testMetricsLoggedWhenNotReadyToReboot()