Searched refs:isCrashing (Results 1 – 9 of 9) sorted by relevance
90 assertFalse(mProcessRecord.isCrashing()); in testProcessDefaultAnrRelatedStatus()101 assertTrue(mProcessRecord.isCrashing()); in testAnrWhenCrash()117 assertFalse(mProcessRecord.isCrashing()); in testAnrWhenKilledByAm()129 assertFalse(mProcessRecord.isCrashing()); in testAnrWhenKilled()141 assertFalse(mProcessRecord.isCrashing()); in testNonSilentAnr()156 assertFalse(mProcessRecord.isCrashing()); in testSilentAnr()
652 if (!r.isCrashing() && !r.isNotResponding() && !r.forceCrashReport) {663 if (r.isCrashing() || r.forceCrashReport) {
733 || filter.receiverList.app.isCrashing())) { in deliverToRegisteredReceiverLocked()1017 isDead = proc == null || proc.isCrashing(); in processNextBroadcastLocked()1480 if (r.curApp != null && r.curApp.isCrashing()) { in processNextBroadcastLocked()
1040 boolean isCrashing() { in isCrashing() method in ProcessRecord1430 } else if (isCrashing()) { in appNotResponding()
3162 if ((app.thread != null) && (!app.isCrashing() && !app.isNotResponding())) { in getRunningAppProcessesLocked()
9723 final boolean crashing = app.isCrashing(); in getProcessesInErrorState()
252 boolean isCrashing() { in isCrashing() method in WindowProcessController
2335 return hasProcess() && !app.isCrashing() && !app.isNotResponding(); in mayFreezeScreenLocked()
3533 HSPLcom/android/server/am/ProcessRecord;->isCrashing()Z17595 HSPLcom/android/server/wm/WindowProcessController;->isCrashing()Z