Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DErrorDialogController.java80 boolean hasAnrDialogs() { in hasAnrDialogs() method in ErrorDialogController
DAppErrors.java1099 if (errState.getDialogController().hasAnrDialogs()) {
1156 if (errState.getDialogController().hasAnrDialogs()) {
DProcessErrorStateRecord.java805 || mDialogController.hasAnrDialogs() || mBad) { in dump()