Searched refs:modalAlertManager (Results 1 – 4 of 4) sorted by relevance
48 private final AlertManager modalAlertManager; field in VoicemailErrorAlert54 AlertManager modalAlertManager, in VoicemailErrorAlert() argument58 this.modalAlertManager = modalAlertManager; in VoicemailErrorAlert()82 modalAlertManager.clear(); in updateStatus()91 modalView = getTosView(modalAlertManager, (VoicemailTosMessage) message); in updateStatus()95 modalAlertManager.add(modalView); in updateStatus()
162 protected CallLogModalAlertManager modalAlertManager; field in CallLogFragment316 modalAlertManager = in setupView()641 return modalAlertManager != null && !modalAlertManager.isEmpty(); in isModalAlertVisible()
93 new VoicemailErrorManager(getContext(), getAdapter().getAlertManager(), modalAlertManager); in onActivityCreated()
70 CallLogModalAlertManager modalAlertManager) { in VoicemailErrorManager() argument74 context, alertManager, modalAlertManager, new VoicemailErrorMessageCreator()); in VoicemailErrorManager()