Home
last modified time | relevance | path

Searched refs:existingId (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery/src/com/android/camera/gallery/
DBaseImageList.java86 long existingId = ContentUris.parseId(mBaseUri); in contentUri() local
87 if (existingId != id) Log.e(TAG, "id mismatch"); in contentUri()
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
DRawContactModifierTests.java173 protected RawContactDelta getRawContact(Long existingId, ContentValues... entries) { in getRawContact() argument
175 if (existingId != null) { in getRawContact()
176 contact.put(RawContacts._ID, existingId); in getRawContact()