Home
last modified time | relevance | path

Searched refs:EntryTag (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DExpandingEntryCardView.java682 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 ExpandingEntryCardView
994 public EntryTag(int id, Intent intent) { in EntryTag() method in ExpandingEntryCardView.EntryTag
DQuickContactActivity.java152 import com.android.contacts.quickcontact.ExpandingEntryCardView.EntryTag;
359 if (entryTagObject == null || !(entryTagObject instanceof EntryTag)) {
363 final EntryTag entryTag = (EntryTag) entryTagObject;