Searched defs:existingId (Results 1 - 1 of 1) sorted by relevance

/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
H A DRawContactModifierTests.java173 protected RawContactDelta getRawContact(Long existingId, ContentValues... entries) { argument
175 if (existingId != null) {
176 contact.put(RawContacts._ID, existingId);

Completed in 95 milliseconds