Home
last modified time | relevance | path

Searched defs:executeBootLoopMitigation (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DRescueParty.java689 public boolean executeBootLoopMitigation(int mitigationCount) { in executeBootLoopMitigation() method in RescueParty.RescuePartyObserver
H A DPackageWatchdog.java648 default boolean executeBootLoopMitigation(int mitigationCount) { in executeBootLoopMitigation() method
/aosp14/frameworks/base/tests/PackageWatchdog/src/com/android/server/
H A DPackageWatchdogTest.java1487 public boolean executeBootLoopMitigation(int level) { in executeBootLoopMitigation() method in PackageWatchdogTest.TestObserver