Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
DSimpleRecipientChip.java28 private final long mContactId; field in SimpleRecipientChip
45 mContactId = entry.getContactId(); in SimpleRecipientChip()
74 return mContactId; in getContactId()
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEntry.java72 private final long mContactId; field in RecipientEntry
120 mContactId = contactId; in RecipientEntry()
271 return mContactId; in getContactId()
331 return entry != null && mContactId == entry.mContactId; in isSamePerson()