Searched refs:crashDialog (Results 1 – 5 of 5) sorted by relevance
88 if (mProc != null && mProc.crashDialog == StrictModeViolationDialog.this) {89 mProc.crashDialog = null;
168 if (mProc != null && mProc.crashDialog == AppErrorDialog.this) { in setResult()169 mProc.crashDialog = null; in setResult()
199 Dialog crashDialog; // dialog being displayed due to crash. field in ProcessRecord410 if (debugging || crashing || crashDialog != null || notResponding in dump()414 pw.print(" "); pw.print(crashDialog); in dump()
810 if (proc.crashDialog != null) { in handleShowAppErrorUi()842 proc.crashDialog = dialogToShow = new AppErrorDialog(mContext, mService, data); in handleShowAppErrorUi()
2047 if (proc.crashDialog != null) { in handleMessage()2056 proc.crashDialog = d; in handleMessage()20105 if (app.crashDialog != null && !app.forceCrashReport) { in cleanUpApplicationRecordLocked()20106 app.crashDialog.dismiss(); in cleanUpApplicationRecordLocked()20107 app.crashDialog = null; in cleanUpApplicationRecordLocked()