Searched refs:existingId (Results 1 – 2 of 2) sorted by relevance
86 long existingId = ContentUris.parseId(mBaseUri); in contentUri() local87 if (existingId != id) Log.e(TAG, "id mismatch"); in contentUri()
173 protected RawContactDelta getRawContact(Long existingId, ContentValues... entries) { in getRawContact() argument175 if (existingId != null) { in getRawContact()176 contact.put(RawContacts._ID, existingId); in getRawContact()