Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
H A DRescuePartyTest.java443 assertTrue(RescueParty.isAttemptingFactoryReset()); in testIsAttemptingFactoryReset()
461 assertTrue(RescueParty.isAttemptingFactoryReset()); in testIsAttemptingFactoryResetOnlyAfterRebootCompleted()
474 assertFalse(RescueParty.isAttemptingFactoryReset()); in testThrottlingOnBootFailures()
486 assertFalse(RescueParty.isAttemptingFactoryReset()); in testThrottlingOnAppCrash()
498 assertTrue(RescueParty.isAttemptingFactoryReset()); in testNotThrottlingAfterTimeoutOnBootFailures()
509 assertTrue(RescueParty.isAttemptingFactoryReset()); in testNotThrottlingAfterTimeoutOnAppCrash()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DRescueParty.java175 public static boolean isAttemptingFactoryReset() { in isAttemptingFactoryReset() method in RescueParty
/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DShutdownThread.java326 if (RescueParty.isAttemptingFactoryReset()) { in showShutdownDialog()
H A DPowerManagerService.java3926 if (RescueParty.isAttemptingFactoryReset()) {