Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2382c3a9 authored by Katherine Kuan's avatar Katherine Kuan Committed by Android (Google) Code Review
Browse files

Merge "Add DATA_SET value to Entity from EntityIterator cursor"

parents 7345d36f 1d837232
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2692,6 +2692,7 @@ public final class ContactsContract {
                ContentValues cv = new ContentValues();
                DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, ACCOUNT_NAME);
                DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, ACCOUNT_TYPE);
                DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, DATA_SET);
                DatabaseUtils.cursorLongToContentValuesIfPresent(cursor, cv, _ID);
                DatabaseUtils.cursorLongToContentValuesIfPresent(cursor, cv, DIRTY);
                DatabaseUtils.cursorLongToContentValuesIfPresent(cursor, cv, VERSION);