Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallLogListItemViews.java36 public final View primaryActionView; field in CallLogListItemViews
116 private CallLogListItemViews(QuickContactBadge quickContactView, View primaryActionView, in CallLogListItemViews() argument
120 this.primaryActionView = primaryActionView; in CallLogListItemViews()
DCallLogAdapter.java646 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()
DCallLogListItemHelper.java72 views.primaryActionView.setContentDescription(getCallDescription(context, details)); in setPhoneCallDetails()
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/
DCallLogListItemHelperTest.java338 Object intentProvider = (IntentProvider)mViews.primaryActionView.getTag(); in assertNoCallIntent()