Searched refs:mContactId (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
H A DSimpleRecipientChip.java28 private final long mContactId; field in class:SimpleRecipientChip
45 mContactId = entry.getContactId();
74 return mContactId;
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEntry.java63 private final long mContactId; field in class:RecipientEntry
92 mContactId = contactId;
211 return mContactId;
262 return entry != null && mContactId == entry.mContactId;
/frameworks/base/core/java/android/provider/
H A DContactsContract.java1827 private long mContactId; field in class:ContactsContract.Contacts.AggregationSuggestions.Builder
1839 this.mContactId = contactId;
1871 builder.appendEncodedPath(String.valueOf(mContactId));

Completed in 1631 milliseconds