Searched refs:getDialogController (Results 1 – 6 of 6) sorted by relevance
452 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();
94 mProc.mErrorState.getDialogController().clearViolationDialogs();
169 errState.getDialogController().clearAnrDialogs();
159 mProc.mErrorState.getDialogController().clearCrashDialogs(false /* needDismiss */); in setResult()
246 ErrorDialogController getDialogController() { in getDialogController() method in ProcessErrorStateRecord775 getDialogController().clearAllErrorDialogs(); in onCleanupApplicationRecordLSP()
1754 if (proc.mErrorState.getDialogController().hasViolationDialogs()) { in handleMessage()1760 proc.mErrorState.getDialogController().showViolationDialogs(res); in handleMessage()1774 app.mErrorState.getDialogController().showDebugWaitingDialogs(); in handleMessage()1778 app.mErrorState.getDialogController().clearWaitingDialog(); in handleMessage()