Home
last modified time | relevance | path

Searched refs:isCrashing (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DProcessRecordTests.java130 assertFalse(mProcessErrorState.isCrashing()); in testProcessDefaultAnrRelatedStatus()
141 assertTrue(mProcessErrorState.isCrashing()); in testAnrWhenCrash()
156 assertFalse(mProcessErrorState.isCrashing()); in testAnrWhenKilledByAm()
168 assertFalse(mProcessErrorState.isCrashing()); in testAnrWhenKilled()
180 assertFalse(mProcessErrorState.isCrashing()); in testNonSilentAnr()
195 assertFalse(mProcessErrorState.isCrashing()); in testSilentAnr()
/frameworks/base/services/core/java/com/android/server/am/
DProcessErrorStateRecord.java168 boolean isCrashing() { in isCrashing() method in ProcessErrorStateRecord
280 } else if (isCrashing()) { in skipAnrLocked()
DBroadcastSkipPolicy.java179 if (r.curApp != null && r.curApp.mErrorState.isCrashing()) { in shouldSkipMessage()
419 || filter.receiverList.app.mErrorState.isCrashing())) { in shouldSkipMessage()
DAppErrors.java834 if (!errState.isCrashing() && !errState.isNotResponding()
846 if (errState.isCrashing() || errState.isForceCrashReport()) {
DProcessList.java4168 && (!errState.isCrashing() && !errState.isNotResponding())) {
/frameworks/base/services/core/java/com/android/server/wm/
DWindowProcessController.java465 boolean isCrashing() { in isCrashing() method in WindowProcessController
DActivityRecord.java6828 return hasProcess() && !app.isCrashing() && !app.isNotResponding(); in mayFreezeScreenLocked()
/frameworks/base/services/
Dart-profile-boot728 Lcom/android/server/am/ProcessRecord;->isCrashing()Z
Dart-profile916 HSPLcom/android/server/am/ProcessErrorStateRecord;->isCrashing()Z
Dart-wear-profile6582 HPLcom/android/server/am/ProcessErrorStateRecord;->isCrashing()Z