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

/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DEntitySet.java96 final EntityDelta localEntity = local.getByRawContactId(rawContactId);
255 public EntityDelta getByRawContactId(Long rawContactId) { method in class:EntitySet
/packages/apps/Contacts/tests/src/com/android/contacts/
H A DRawContactDeltaListTests.java169 final RawContactDelta match = set.getByRawContactId(rawContactId);
174 final RawContactDelta match = set.getByRawContactId(rawContactId);
286 return set.getByRawContactId(rawContactId).getValues().getAsLong(RawContacts.VERSION);
455 first.getByRawContactId(CONTACT_BOB).addEntry(bluePhone);
510 first.getByRawContactId(CONTACT_MARY).markDeleted();
539 final ContentValues contactInsert = first.getByRawContactId(CONTACT_MARY).getValues()
574 final RawContactDelta bobContact = first.getByRawContactId(CONTACT_BOB);
/packages/apps/Contacts/src/com/android/contacts/model/
H A DRawContactDeltaList.java115 final RawContactDelta localEntity = local.getByRawContactId(rawContactId);
319 public RawContactDelta getByRawContactId(Long rawContactId) { method in class:RawContactDeltaList

Completed in 124 milliseconds