Searched refs:mModalAlertView (Results 1 – 1 of 1) sorted by relevance
141 private ViewGroup mModalAlertView; field in CallLogFragment296 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()