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()
806 if (proc.crashDialog != null) {839 proc.crashDialog = dialogToShow = new AppErrorDialog(mContext, mService, data);
272 Dialog crashDialog; // dialog being displayed due to crash. field in ProcessRecord498 if (mDebugging || mCrashing || crashDialog != null || mNotResponding in dump()502 pw.print(" "); pw.print(crashDialog); in dump()
1615 if (proc.crashDialog != null) { in handleMessage()1624 proc.crashDialog = d; in handleMessage()13757 if (app.crashDialog != null && !app.forceCrashReport) { in cleanUpApplicationRecordLocked()13758 app.crashDialog.dismiss(); in cleanUpApplicationRecordLocked()13759 app.crashDialog = null; in cleanUpApplicationRecordLocked()