Searched refs:isRecoveryTriggeredReboot (Results 1 – 4 of 4) sorted by relevance
590 assertTrue(RescueParty.isRecoveryTriggeredReboot()); in testIsRecoveryTriggeredReboot()603 assertTrue(RescueParty.isRecoveryTriggeredReboot()); in testIsRecoveryTriggeredRebootRecoverabilityDetection()621 assertTrue(RescueParty.isRecoveryTriggeredReboot()); in testIsRecoveryTriggeredRebootOnlyAfterRebootCompleted()640 assertTrue(RescueParty.isRecoveryTriggeredReboot()); in testIsRecoveryTriggeredRebootOnlyAfterRebootCompletedRecoverabilityDetection()654 assertFalse(RescueParty.isRecoveryTriggeredReboot()); in testThrottlingOnBootFailures()668 assertFalse(RescueParty.isRecoveryTriggeredReboot()); in testThrottlingOnBootFailuresRecoverabilityDetection()681 assertFalse(RescueParty.isRecoveryTriggeredReboot()); in testThrottlingOnAppCrash()695 assertFalse(RescueParty.isRecoveryTriggeredReboot()); in testThrottlingOnAppCrashRecoverabilityDetection()708 assertTrue(RescueParty.isRecoveryTriggeredReboot()); in testNotThrottlingAfterTimeoutOnBootFailures()722 assertTrue(RescueParty.isRecoveryTriggeredReboot()); in testNotThrottlingAfterTimeoutOnBootFailuresRecoverabilityDetection()[all …]
341 if (RescueParty.isRecoveryTriggeredReboot()) { in showShutdownDialog()
4029 if (RescueParty.isRecoveryTriggeredReboot()) {
205 public static boolean isRecoveryTriggeredReboot() { in isRecoveryTriggeredReboot() method in RescueParty