Searched refs:mContactId (Results 1 – 4 of 4) sorted by relevance
28 private final long mContactId; field in SimpleRecipientChip45 mContactId = entry.getContactId(); in SimpleRecipientChip()74 return mContactId; in getContactId()
63 private final long mContactId; field in RecipientEntry92 mContactId = contactId; in RecipientEntry()211 return mContactId; in getContactId()262 return entry != null && mContactId == entry.mContactId; in isSamePerson()
1827 private long mContactId; field in ContactsContract.Contacts.AggregationSuggestions.Builder1839 this.mContactId = contactId; in setContactId()1871 builder.appendEncodedPath(String.valueOf(mContactId)); in build()
219 long mContactId;400 mContactId = getLong(CONTACT_ID_INDEX);404 mContactUri = Contacts.getLookupUri(mContactId, mContactKey);