Searched refs:STATE_CHANGE_DELAY (Results 1 – 1 of 1) sorted by relevance
143 private static final int STATE_CHANGE_DELAY = 5000; field in RebootReadinessUnitTest234 Thread.sleep(STATE_CHANGE_DELAY); in testCorrectIntentsSent()242 Thread.sleep(STATE_CHANGE_DELAY); in testCorrectIntentsSent()273 Thread.sleep(STATE_CHANGE_DELAY); in testSecondClientReceivesBroadcastImmediately()293 Thread.sleep(STATE_CHANGE_DELAY); in testWritingAfterRebootReadyBroadcast()304 Thread.sleep(STATE_CHANGE_DELAY); in testWritingAfterRebootReadyBroadcast()307 Thread.sleep(STATE_CHANGE_DELAY); in testWritingAfterRebootReadyBroadcast()440 Thread.sleep(STATE_CHANGE_DELAY); in testMetricsLoggedWhenNotReadyToReboot()448 Thread.sleep(STATE_CHANGE_DELAY); in testMetricsLoggedWhenNotReadyToReboot()459 assertThat(mLongCaptor.getValue()).isGreaterThan(STATE_CHANGE_DELAY + DEVICE_CONFIG_DELAY); in testMetricsLoggedWhenNotReadyToReboot()[all …]