Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DAppErrors.java452 ErrorDialogController controller = app.mErrorState.getDialogController(); in killAppAtUserRequestLocked()
1017 if (errState.getDialogController().hasCrashDialogs()) {
1061 errState.getDialogController().showCrashDialogs(data);
1099 if (errState.getDialogController().hasAnrDialogs()) {
1110 AnrController anrController = errState.getDialogController().getAnrController();
1112 errState.getDialogController().showAnrDialogs(data);
1121 errState.getDialogController().showAnrDialogs(data);
1127 errState.getDialogController().clearAnrDialogs();
1156 if (errState.getDialogController().hasAnrDialogs()) {
1159 errState.getDialogController().clearAnrDialogs();
DStrictModeViolationDialog.java94 mProc.mErrorState.getDialogController().clearViolationDialogs();
DAppNotRespondingDialog.java169 errState.getDialogController().clearAnrDialogs();
DAppErrorDialog.java159 mProc.mErrorState.getDialogController().clearCrashDialogs(false /* needDismiss */); in setResult()
DProcessErrorStateRecord.java250 ErrorDialogController getDialogController() { in getDialogController() method in ProcessErrorStateRecord
796 getDialogController().clearAllErrorDialogs(); in onCleanupApplicationRecordLSP()
/frameworks/base/services/
Dart-wear-profile6579 PLcom/android/server/am/ProcessErrorStateRecord;->getDialogController()Lcom/android/server/am/Error…