Searched refs:executeBootLoopMitigation (Results 1 – 7 of 7) sorted by relevance
223 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 …]
1868 public boolean executeBootLoopMitigation(int level) { in executeBootLoopMitigation() method in PackageWatchdogTest.TestObserver
770 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()
579 currentObserverToNotify.executeBootLoopMitigation( in noteBoot()584 currentObserverToNotify.executeBootLoopMitigation(mitigationCount); in noteBoot()743 default boolean executeBootLoopMitigation(int mitigationCount) { in executeBootLoopMitigation() method
903 public boolean executeBootLoopMitigation(int mitigationCount) { in executeBootLoopMitigation() method in RescueParty.RescuePartyObserver
210 public boolean executeBootLoopMitigation(int mitigationCount) { in executeBootLoopMitigation() method in RollbackPackageHealthObserver
1078 RescuePartyObserver.getInstance(mMockContext).executeBootLoopMitigation(mitigationCount); in noteBoot()