Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogFragment.java163 private ViewGroup modalAlertView; field in CallLogFragment
315 modalAlertView = (ViewGroup) view.findViewById(R.id.modal_message_container); in setupView()
317 new CallLogModalAlertManager(LayoutInflater.from(getContext()), modalAlertView, this); in setupView()
661 modalAlertView.setVisibility(View.VISIBLE); in onShowModalAlert()
667 modalAlertView.setVisibility(View.GONE); in onShowModalAlert()