Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessErrorStateRecord.java126 private final ErrorDialogController mDialogController; field in ProcessErrorStateRecord
247 return mDialogController; in getDialogController()
264 mDialogController = new ErrorDialogController(app); in ProcessErrorStateRecord()
658 mDialogController.setAnrController(anrController); in appNotResponding()
783 if (mCrashing || mDialogController.hasCrashDialogs() || mNotResponding in dump()
784 || mDialogController.hasAnrDialogs() || mBad) { in dump()
787 pw.print(" " + mDialogController.getCrashDialogs()); in dump()
789 pw.print(" " + mDialogController.getAnrDialogs()); in dump()