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.java130 private final ErrorDialogController mDialogController; field in ProcessErrorStateRecord
251 return mDialogController; in getDialogController()
268 mDialogController = new ErrorDialogController(app); in ProcessErrorStateRecord()
681 mDialogController.setAnrController(anrController); in appNotResponding()
804 if (mCrashing || mDialogController.hasCrashDialogs() || mNotResponding in dump()
805 || mDialogController.hasAnrDialogs() || mBad) { in dump()
808 pw.print(" " + mDialogController.getCrashDialogs()); in dump()
810 pw.print(" " + mDialogController.getAnrDialogs()); in dump()