Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogFragment.java141 private ViewGroup mModalAlertView; field in CallLogFragment
296 mModalAlertView = (ViewGroup) view.findViewById(R.id.modal_message_container); in setupView()
298 new CallLogModalAlertManager(LayoutInflater.from(getContext()), mModalAlertView, this); in setupView()
579 mModalAlertView.setVisibility(View.VISIBLE); in onShowModalAlert()
585 mModalAlertView.setVisibility(View.GONE); in onShowModalAlert()