Home
last modified time | relevance | path

Searched refs:crashDialog (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DStrictModeViolationDialog.java88 if (mProc != null && mProc.crashDialog == StrictModeViolationDialog.this) {
89 mProc.crashDialog = null;
DAppErrorDialog.java168 if (mProc != null && mProc.crashDialog == AppErrorDialog.this) { in setResult()
169 mProc.crashDialog = null; in setResult()
DProcessRecord.java199 Dialog crashDialog; // dialog being displayed due to crash. field in ProcessRecord
410 if (debugging || crashing || crashDialog != null || notResponding in dump()
414 pw.print(" "); pw.print(crashDialog); in dump()
DAppErrors.java810 if (proc.crashDialog != null) { in handleShowAppErrorUi()
842 proc.crashDialog = dialogToShow = new AppErrorDialog(mContext, mService, data); in handleShowAppErrorUi()
DActivityManagerService.java2047 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()