Home
last modified time | relevance | path

Searched refs:modalAlertManager (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/voicemail/listui/error/
DVoicemailErrorAlert.java48 private final AlertManager modalAlertManager; field in VoicemailErrorAlert
54 AlertManager modalAlertManager, in VoicemailErrorAlert() argument
58 this.modalAlertManager = modalAlertManager; in VoicemailErrorAlert()
82 modalAlertManager.clear(); in updateStatus()
91 modalView = getTosView(modalAlertManager, (VoicemailTosMessage) message); in updateStatus()
95 modalAlertManager.add(modalView); in updateStatus()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogFragment.java162 protected CallLogModalAlertManager modalAlertManager; field in CallLogFragment
316 modalAlertManager = in setupView()
641 return modalAlertManager != null && !modalAlertManager.isEmpty(); in isModalAlertVisible()
DVisualVoicemailCallLogFragment.java93 new VoicemailErrorManager(getContext(), getAdapter().getAlertManager(), modalAlertManager); in onActivityCreated()
/packages/apps/Dialer/java/com/android/dialer/app/voicemail/
DVoicemailErrorManager.java70 CallLogModalAlertManager modalAlertManager) { in VoicemailErrorManager() argument
74 context, alertManager, modalAlertManager, new VoicemailErrorMessageCreator()); in VoicemailErrorManager()