Searched refs:crashDialog (Results 1 – 4 of 4) sorted by relevance
89 if (mProc != null && mProc.crashDialog == StrictModeViolationDialog.this) {90 mProc.crashDialog = null;
91 if (mProc != null && mProc.crashDialog == AppErrorDialog.this) {92 mProc.crashDialog = null;
160 Dialog crashDialog; // dialog being displayed due to crash. field in ProcessRecord325 if (debugging || crashing || crashDialog != null || notResponding in dump()329 pw.print(" "); pw.print(crashDialog); in dump()
1314 if (proc != null && proc.crashDialog != null) { in handleMessage()1338 proc.crashDialog = d; in handleMessage()1390 if (proc.crashDialog != null) { in handleMessage()1399 proc.crashDialog = d; in handleMessage()14867 if (app.crashDialog != null && !app.forceCrashReport) { in cleanUpApplicationRecordLocked()14868 app.crashDialog.dismiss(); in cleanUpApplicationRecordLocked()14869 app.crashDialog = null; in cleanUpApplicationRecordLocked()