Searched refs:dupId (Results 1 – 1 of 1) sorted by relevance
3456 final long dupId = cursor.getLong(0); in removeDuplicateEvent() local3459 Log.v(TAG, "Removing duplicate event " + dupId + " of original event " + id); in removeDuplicateEvent()3462 db.execSQL("DELETE FROM Events WHERE " + Events._ID + " = ?", new Object[]{dupId}); in removeDuplicateEvent()