Home
last modified time | relevance | path

Searched refs:CallLogModalAlertManager (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogModalAlertManager.java29 public class CallLogModalAlertManager implements AlertManager { class
40 public CallLogModalAlertManager(LayoutInflater inflater, ViewGroup parent, Listener listener) { in CallLogModalAlertManager() method in CallLogModalAlertManager
DCallLogFragment.java88 CallLogModalAlertManager.Listener,
162 protected CallLogModalAlertManager modalAlertManager;
317 new CallLogModalAlertManager(LayoutInflater.from(getContext()), modalAlertView, this); in setupView()
/packages/apps/Dialer/java/com/android/dialer/app/voicemail/
DVoicemailErrorManager.java30 import com.android.dialer.app.calllog.CallLogModalAlertManager;
70 CallLogModalAlertManager modalAlertManager) { in VoicemailErrorManager()