Home
last modified time | relevance | path

Searched refs:mContactId (Results 1 – 4 of 4) 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.java63 private final long mContactId; field in RecipientEntry
92 mContactId = contactId; in RecipientEntry()
211 return mContactId; in getContactId()
262 return entry != null && mContactId == entry.mContactId; in isSamePerson()
/frameworks/base/core/java/android/provider/
DContactsContract.java1827 private long mContactId; field in ContactsContract.Contacts.AggregationSuggestions.Builder
1839 this.mContactId = contactId; in setContactId()
1871 builder.appendEncodedPath(String.valueOf(mContactId)); in build()
/frameworks/base/docs/html/training/contacts-provider/
Dretrieve-names.jd219 long mContactId;
400 mContactId = getLong(CONTACT_ID_INDEX);
404 mContactUri = Contacts.getLookupUri(mContactId, mContactKey);