Searched refs:mLongCaptor (Results 1 – 1 of 1) sorted by relevance
115 private ArgumentCaptor<Long> mLongCaptor; field in RebootReadinessUnitTest458 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()