Home | History | Annotate | Download | only in calendar

Lines Matching refs:values

162      *            replaced by the values from selectionArgs, in the order that
163 * they appear in the selection. The values will be bound as
211 info.values = initialValues;
225 * @param values the ContentValues parameter passed to the update operation.
230 * replaced by the values from selectionArgs, in the order that
231 * they appear in the selection. The values will be bound as
237 public void startUpdate(int token, Object cookie, Uri uri, ContentValues values,
247 info.values = values;
267 * replaced by the values from selectionArgs, in the order that
268 * they appear in the selection. The values will be bound as