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;
166 Dialog crashDialog; // dialog being displayed due to crash. field in ProcessRecord341 if (debugging || crashing || crashDialog != null || notResponding in dump()345 pw.print(" "); pw.print(crashDialog); in dump()
1400 if (proc != null && proc.crashDialog != null) { in handleMessage()1424 proc.crashDialog = d; in handleMessage()1476 if (proc.crashDialog != null) { in handleMessage()1485 proc.crashDialog = d; in handleMessage()15449 if (app.crashDialog != null && !app.forceCrashReport) { in cleanUpApplicationRecordLocked()15450 app.crashDialog.dismiss(); in cleanUpApplicationRecordLocked()15451 app.crashDialog = null; in cleanUpApplicationRecordLocked()