Searched refs:isCrashing (Results 1 – 10 of 10) sorted by relevance
130 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()
168 boolean isCrashing() { in isCrashing() method in ProcessErrorStateRecord280 } else if (isCrashing()) { in skipAnrLocked()
179 if (r.curApp != null && r.curApp.mErrorState.isCrashing()) { in shouldSkipMessage()419 || filter.receiverList.app.mErrorState.isCrashing())) { in shouldSkipMessage()
834 if (!errState.isCrashing() && !errState.isNotResponding()846 if (errState.isCrashing() || errState.isForceCrashReport()) {
4168 && (!errState.isCrashing() && !errState.isNotResponding())) {
465 boolean isCrashing() { in isCrashing() method in WindowProcessController
6828 return hasProcess() && !app.isCrashing() && !app.isNotResponding(); in mayFreezeScreenLocked()
728 Lcom/android/server/am/ProcessRecord;->isCrashing()Z
916 HSPLcom/android/server/am/ProcessErrorStateRecord;->isCrashing()Z
6582 HPLcom/android/server/am/ProcessErrorStateRecord;->isCrashing()Z