Searched refs:primaryActionView (Results 1 – 4 of 4) sorted by relevance
36 public final View primaryActionView; field in CallLogListItemViews116 private CallLogListItemViews(QuickContactBadge quickContactView, View primaryActionView, in CallLogListItemViews() argument120 this.primaryActionView = primaryActionView; in CallLogListItemViews()
646 views.primaryActionView.setVisibility(View.VISIBLE); in bindView()694 views.primaryActionView.setOnClickListener(this.mActionListener); in bindView()700 views.primaryActionView.setTag( in bindView()703 views.primaryActionView.setTag( in bindView()708 views.primaryActionView.setTag(null); in bindView()713 views.primaryActionView.setOnClickListener(this.mExpandCollapseListener); in bindView()
72 views.primaryActionView.setContentDescription(getCallDescription(context, details)); in setPhoneCallDetails()
338 Object intentProvider = (IntentProvider)mViews.primaryActionView.getTag(); in assertNoCallIntent()