Searched refs:crashDialog (Results 1 – 5 of 5) sorted by relevance
88 if (mProc != null && mProc.crashDialog == StrictModeViolationDialog.this) {89 mProc.crashDialog = null;
170 if (mProc != null && mProc.crashDialog == AppErrorDialog.this) { in setResult()171 mProc.crashDialog = null; in setResult()
809 if (proc.crashDialog != null) {842 proc.crashDialog = dialogToShow = new AppErrorDialog(mContext, mService, data);
271 Dialog crashDialog; // dialog being displayed due to crash. field in ProcessRecord495 if (mDebugging || mCrashing || crashDialog != null || mNotResponding in dump()499 pw.print(" "); pw.print(crashDialog); in dump()
1604 if (proc.crashDialog != null) { in handleMessage()1613 proc.crashDialog = d; in handleMessage()13674 if (app.crashDialog != null && !app.forceCrashReport) { in cleanUpApplicationRecordLocked()13675 app.crashDialog.dismiss(); in cleanUpApplicationRecordLocked()13676 app.crashDialog = null; in cleanUpApplicationRecordLocked()