Searched refs:existingId (Results 1 – 3 of 3) sorted by relevance
82 long existingId = ContentUris.parseId(mBaseUri); in contentUri() local83 if (existingId != id) Log.e(TAG, "id mismatch"); in contentUri()
86 long existingId = ContentUris.parseId(mBaseUri); in contentUri() local87 if (existingId != id) Log.e(TAG, "id mismatch"); in contentUri()
160 protected EntityDelta getEntity(Long existingId, ContentValues... entries) { in getEntity() argument162 if (existingId != null) { in getEntity()163 contact.put(RawContacts._ID, existingId); in getEntity()