Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DProcessErrorStateRecord.java110 private final ErrorDialogController mDialogController; field in ProcessErrorStateRecord
209 return mDialogController; in getDialogController()
216 mDialogController = new ErrorDialogController(app); in ProcessErrorStateRecord()
513 mDialogController.setAnrController(anrController); in appNotResponding()
611 if (mCrashing || mDialogController.hasCrashDialogs() || mNotResponding in dump()
612 || mDialogController.hasAnrDialogs() || mBad) { in dump()
615 pw.print(" " + mDialogController.getCrashDialogs()); in dump()
617 pw.print(" " + mDialogController.getAnrDialogs()); in dump()