Searched defs:mContactId (Results 1 - 3 of 3) sorted by path

/frameworks/base/core/java/android/provider/
H A DContactsContract.java1930 private long mContactId; field in class:ContactsContract.Contacts.AggregationSuggestions.Builder
1942 this.mContactId = contactId;
1974 builder.appendEncodedPath(String.valueOf(mContactId));
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEntry.java72 private final long mContactId; field in class:RecipientEntry
117 mContactId = contactId;
268 return mContactId;
328 return entry != null && mContactId == entry.mContactId;
/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;

Completed in 70 milliseconds