Searched refs:hasContactDetail (Results 1 – 3 of 3) sorted by relevance
129 boolean hasContactDetail = DialerUtils.hasContactDetail(itemView.getResources(), contact); in setShowContactDetailView()131 ViewUtils.setEnabled(mShowContactDetailView, hasContactDetail); in setShowContactDetailView()132 ViewUtils.setVisible(mShowContactDetailView, hasContactDetail || forceShowButton); in setShowContactDetailView()134 if (hasContactDetail) { in setShowContactDetailView()
141 public static boolean hasContactDetail(Resources resources, @Nullable Contact contact) { in hasContactDetail() method in DialerUtils142 boolean hasContactDetail = contact != null in hasContactDetail()145 return hasContactDetail; in hasContactDetail()
77 if (DialerUtils.hasContactDetail(itemView.getResources(), contact)) { in bindSearchResult()