Searched refs:getDialogController (Results 1 – 7 of 7) sorted by relevance
451 ErrorDialogController controller = app.mErrorState.getDialogController(); in killAppAtUserRequestLocked()987 if (errState.getDialogController().hasCrashDialogs()) {1029 errState.getDialogController().showCrashDialogs(data);1066 if (errState.getDialogController().hasAnrDialogs()) {1077 AnrController anrController = errState.getDialogController().getAnrController();1079 errState.getDialogController().showAnrDialogs(data);1088 errState.getDialogController().showAnrDialogs(data);1094 errState.getDialogController().clearAnrDialogs();
94 mProc.mErrorState.getDialogController().clearViolationDialogs();
208 ErrorDialogController getDialogController() { in getDialogController() method in ProcessErrorStateRecord603 getDialogController().clearAllErrorDialogs(); in onCleanupApplicationRecordLSP()
165 errState.getDialogController().clearAnrDialogs();
159 mProc.mErrorState.getDialogController().clearCrashDialogs(false /* needDismiss */); in setResult()
1585 if (proc.mErrorState.getDialogController().hasViolationDialogs()) { in handleMessage()1591 proc.mErrorState.getDialogController().showViolationDialogs(res); in handleMessage()1605 app.mErrorState.getDialogController().showDebugWaitingDialogs(); in handleMessage()1609 app.mErrorState.getDialogController().clearWaitingDialog(); in handleMessage()
8487 HSPLcom/android/server/am/ProcessErrorStateRecord;->getDialogController()Lcom/android/server/am/Err…