Home
last modified time | relevance | path

Searched refs:FAILURE_REASON_APP_CRASH (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
H A DRescuePartyTest.java339 CALLING_PACKAGE1, 1), PackageWatchdog.FAILURE_REASON_APP_CRASH, 1); in testNonPersistentAppCrashDetectionWithScopedResets()
386 CALLING_PACKAGE1, 1), PackageWatchdog.FAILURE_REASON_APP_CRASH, 1); in testNonDeviceConfigSettingsOnlyResetOncePerLevel()
392 CALLING_PACKAGE2, 1), PackageWatchdog.FAILURE_REASON_APP_CRASH, 1); in testNonDeviceConfigSettingsOnlyResetOncePerLevel()
674 packageName, 1), PackageWatchdog.FAILURE_REASON_APP_CRASH, mitigationCount); in noteAppCrash()
/aosp12/frameworks/base/services/core/java/com/android/server/rollback/
H A DWatchdogRollbackLogger.java257 case PackageWatchdog.FAILURE_REASON_APP_CRASH: in mapFailureReasonToMetric()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DRescueParty.java620 if (!isDisabled() && (failureReason == PackageWatchdog.FAILURE_REASON_APP_CRASH in onHealthCheckFailed()
635 if (failureReason == PackageWatchdog.FAILURE_REASON_APP_CRASH in execute()
H A DPackageWatchdog.java101 public static final int FAILURE_REASON_APP_CRASH = 3; field in PackageWatchdog
108 FAILURE_REASON_APP_CRASH,
/aosp12/frameworks/base/tests/PackageWatchdog/src/com/android/server/
H A DPackageWatchdogTest.java979 VERSION_CODE)), PackageWatchdog.FAILURE_REASON_APP_CRASH); in testNonImmediateFailureReasons()
984 PackageWatchdog.FAILURE_REASON_APP_CRASH); in testNonImmediateFailureReasons()
1123 raiseFatalFailureAndDispatch(watchdog, null, PackageWatchdog.FAILURE_REASON_APP_CRASH); in testNullFailedPackagesList()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DAppErrors.java578 PackageWatchdog.FAILURE_REASON_APP_CRASH); in crashApplicationInner()