Home
last modified time | relevance | path

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

/frameworks/base/tests/PackageWatchdog/src/com/android/server/
DCrashRecoveryTest.java223 verify(rescuePartyObserver, never()).executeBootLoopMitigation(1); in testBootLoopWithRescueParty()
229 verify(rescuePartyObserver).executeBootLoopMitigation(1); in testBootLoopWithRescueParty()
230 verify(rescuePartyObserver, never()).executeBootLoopMitigation(2); in testBootLoopWithRescueParty()
234 verify(rescuePartyObserver).executeBootLoopMitigation(2); in testBootLoopWithRescueParty()
235 verify(rescuePartyObserver, never()).executeBootLoopMitigation(3); in testBootLoopWithRescueParty()
239 verify(rescuePartyObserver).executeBootLoopMitigation(3); in testBootLoopWithRescueParty()
240 verify(rescuePartyObserver, never()).executeBootLoopMitigation(4); in testBootLoopWithRescueParty()
244 verify(rescuePartyObserver).executeBootLoopMitigation(4); in testBootLoopWithRescueParty()
245 verify(rescuePartyObserver, never()).executeBootLoopMitigation(5); in testBootLoopWithRescueParty()
249 verify(rescuePartyObserver).executeBootLoopMitigation(5); in testBootLoopWithRescueParty()
[all …]
DPackageWatchdogTest.java1868 public boolean executeBootLoopMitigation(int level) { in executeBootLoopMitigation() method in PackageWatchdogTest.TestObserver
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/rollback/
DRollbackPackageHealthObserverTest.java770 observer.executeBootLoopMitigation(1); in executeBootLoopMitigation_impactLevelLow_rollbackAll()
815 observer.executeBootLoopMitigation(1); in executeBootLoopMitigation_impactLevelLowAndHigh_rollbackLow()
850 observer.executeBootLoopMitigation(1); in executeBootLoopMitigation_impactLevelHigh_rollbackHigh()
974 observer.executeBootLoopMitigation(1); in executeBootLoopMitigation_impactLevelHighMultiplePackage_rollbackHigh()
1020 observer.executeBootLoopMitigation(1); in executeBootLoopMitigation_impactLevelHighKillSwitchTrue_rollbackHigh()
/frameworks/base/services/core/java/com/android/server/
DPackageWatchdog.java579 currentObserverToNotify.executeBootLoopMitigation( in noteBoot()
584 currentObserverToNotify.executeBootLoopMitigation(mitigationCount); in noteBoot()
743 default boolean executeBootLoopMitigation(int mitigationCount) { in executeBootLoopMitigation() method
DRescueParty.java903 public boolean executeBootLoopMitigation(int mitigationCount) { in executeBootLoopMitigation() method in RescueParty.RescuePartyObserver
/frameworks/base/services/core/java/com/android/server/rollback/
DRollbackPackageHealthObserver.java210 public boolean executeBootLoopMitigation(int mitigationCount) { in executeBootLoopMitigation() method in RollbackPackageHealthObserver
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
DRescuePartyTest.java1078 RescuePartyObserver.getInstance(mMockContext).executeBootLoopMitigation(mitigationCount); in noteBoot()