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.java105 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()
/frameworks/base/services/core/java/com/android/server/am/
DAppErrors.java658 if (!r.isCrashing() && !r.isNotResponding() && !r.forceCrashReport) {
669 if (r.isCrashing() || r.forceCrashReport) {
DBroadcastQueue.java721 || filter.receiverList.app.isCrashing())) { in deliverToRegisteredReceiverLocked()
1010 isDead = proc == null || proc.isCrashing(); in processNextBroadcastLocked()
1475 if (r.curApp != null && r.curApp.isCrashing()) { in processNextBroadcastLocked()
DProcessRecord.java1188 boolean isCrashing() { in isCrashing() method in ProcessRecord
1584 } else if (isCrashing()) { in appNotResponding()
DProcessList.java3563 if ((app.thread != null) && (!app.isCrashing() && !app.isNotResponding())) { in getRunningAppProcessesLocked()
DActivityManagerService.java10338 final boolean crashing = app.isCrashing(); in getProcessesInErrorState()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowProcessController.java291 boolean isCrashing() { in isCrashing() method in WindowProcessController
DActivityRecord.java5170 return hasProcess() && !app.isCrashing() && !app.isNotResponding(); in mayFreezeScreenLocked()
/frameworks/base/services/
Dart-profile-boot728 Lcom/android/server/am/ProcessRecord;->isCrashing()Z
Dart-profile7562 HSPLcom/android/server/am/ProcessRecord;->isCrashing()Z
39566 HSPLcom/android/server/wm/WindowProcessController;->isCrashing()Z