Searched refs:EntryTag (Results 1 – 2 of 2) sorted by relevance
682 view.setTag(new EntryTag(entry.getId(), entry.getIntent())); in createEntryView()724 alternateIcon.setTag(new EntryTag(entry.getId(), entry.getAlternateIntent())); in createEntryView()733 thirdIcon.setTag(new EntryTag(entry.getId(), entry.getThirdIntent())); in createEntryView()990 static final class EntryTag { class in ExpandingEntryCardView994 public EntryTag(int id, Intent intent) { in EntryTag() method in ExpandingEntryCardView.EntryTag
152 import com.android.contacts.quickcontact.ExpandingEntryCardView.EntryTag;359 if (entryTagObject == null || !(entryTagObject instanceof EntryTag)) {363 final EntryTag entryTag = (EntryTag) entryTagObject;