Home | History | Annotate | Download | only in provider

Lines Matching defs:newValues

1887                     ContentValues newValues = valuesFromCursor(cursor);
1888 newValues.putAll(values);
1889 newValues.remove(Bookmarks._ID);
1890 newValues.remove(Bookmarks.VERSION);
1891 newValues.put(Bookmarks.ACCOUNT_NAME, parentAccountName);
1892 newValues.put(Bookmarks.ACCOUNT_TYPE, parentAccountType);
1894 newValues, callerIsSyncAdapter);