Searched refs:isCrashing (Results 1 – 10 of 10) sorted by relevance
105 assertFalse(mProcessRecord.isCrashing()); in testProcessDefaultAnrRelatedStatus()116 assertTrue(mProcessRecord.isCrashing()); in testAnrWhenCrash()131 assertFalse(mProcessRecord.isCrashing()); in testAnrWhenKilledByAm()143 assertFalse(mProcessRecord.isCrashing()); in testAnrWhenKilled()155 assertFalse(mProcessRecord.isCrashing()); in testNonSilentAnr()170 assertFalse(mProcessRecord.isCrashing()); in testSilentAnr()
658 if (!r.isCrashing() && !r.isNotResponding() && !r.forceCrashReport) {669 if (r.isCrashing() || r.forceCrashReport) {
721 || filter.receiverList.app.isCrashing())) { in deliverToRegisteredReceiverLocked()1010 isDead = proc == null || proc.isCrashing(); in processNextBroadcastLocked()1475 if (r.curApp != null && r.curApp.isCrashing()) { in processNextBroadcastLocked()
1188 boolean isCrashing() { in isCrashing() method in ProcessRecord1584 } else if (isCrashing()) { in appNotResponding()
3563 if ((app.thread != null) && (!app.isCrashing() && !app.isNotResponding())) { in getRunningAppProcessesLocked()
10338 final boolean crashing = app.isCrashing(); in getProcessesInErrorState()
291 boolean isCrashing() { in isCrashing() method in WindowProcessController
5170 return hasProcess() && !app.isCrashing() && !app.isNotResponding(); in mayFreezeScreenLocked()
728 Lcom/android/server/am/ProcessRecord;->isCrashing()Z
7562 HSPLcom/android/server/am/ProcessRecord;->isCrashing()Z39566 HSPLcom/android/server/wm/WindowProcessController;->isCrashing()Z