HomeSort by relevance Sort by last modified time
    Searched refs:addToExistingContactButtonView (Results 1 - 2 of 2) sorted by null

  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogListItemViewHolder.java 102 public View addToExistingContactButtonView;
424 addToExistingContactButtonView =
426 addToExistingContactButtonView.setOnClickListener(this);
547 addToExistingContactButtonView.setTag(IntentProvider.getAddContactIntentProvider(
549 addToExistingContactButtonView.setVisibility(View.VISIBLE);
552 addToExistingContactButtonView.setVisibility(View.GONE);
574 addToExistingContactButtonView,
CallLogListItemHelper.java 111 views.addToExistingContactButtonView.setContentDescription(

Completed in 408 milliseconds