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;
151 Dialog crashDialog; // dialog being displayed due to crash. field in ProcessRecord297 if (debugging || crashing || crashDialog != null || notResponding in dump()301 pw.print(" "); pw.print(crashDialog); in dump()
1092 if (proc != null && proc.crashDialog != null) {1112 proc.crashDialog = d;1164 if (proc.crashDialog != null) {1173 proc.crashDialog = d;12402 if (app.crashDialog != null && !app.forceCrashReport) { in cleanUpApplicationRecordLocked()12403 app.crashDialog.dismiss(); in cleanUpApplicationRecordLocked()12404 app.crashDialog = null; in cleanUpApplicationRecordLocked()