Home
last modified time | relevance | path

Searched refs:crashing (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/java/com/android/server/am/
DProcessRecord.java150 boolean crashing; // are we in the process of crashing? field in ProcessRecord
297 if (debugging || crashing || crashDialog != null || notResponding in dump()
300 pw.print(" crashing="); pw.print(crashing); in dump()
DNativeCrashListener.java264 pr.crashing = true; in consumeNativeCrashData()
DBroadcastQueue.java475 if (filter.receiverList.app == null || filter.receiverList.app.crashing) { in deliverToRegisteredReceiverLocked()
577 isDead = proc == null || proc.crashing; in processNextBroadcast()
812 if (r.curApp != null && r.curApp.crashing) { in processNextBroadcast()
DActivityRecord.java804 return app != null && !app.crashing && !app.notResponding; in mayFreezeScreenLocked()
DActivityManagerService.java3990 } else if (app.crashing) { in appNotResponding()
9436 app.crashing = true;
9485 app.crashing = false;
10145 if (!r.crashing && !r.notResponding && !r.forceCrashReport) {
10156 if (r.crashing || r.forceCrashReport) {
10189 if ((app.thread != null) && (app.crashing || app.notResponding)) {
10193 if (app.crashing) {
10206 " crashing = " + app.crashing +
10276 if ((app.thread != null) && (!app.crashing && !app.notResponding)) { in getRunningAppProcesses()
12415 app.crashing = false; in cleanUpApplicationRecordLocked()
/frameworks/base/docs/html/training/camera/
Dcameradirect.jd242 particular, you must release the {@link android.hardware.Camera} object, or you risk crashing other
/frameworks/base/docs/html/guide/topics/resources/
Dproviding-resources.jd934 understand that language&mdash;it's better than crashing).</p>