Lines Matching refs:selection
158 * @param selection A filter declaring which rows to return, formatted as an
161 * @param selectionArgs You may include ?s in selection, which will be
163 * they appear in the selection. The values will be bound as
170 String selection, String[] selectionArgs, String orderBy) {
180 info.selection = selection;
226 * @param selection A filter declaring which rows to update, formatted as an
229 * @param selectionArgs You may include ?s in selection, which will be
231 * they appear in the selection. The values will be bound as
238 String selection, String[] selectionArgs, long delayMillis) {
248 info.selection = selection;
263 * @param selection A filter declaring which rows to delete, formatted as an
266 * @param selectionArgs You may include ?s in selection, which will be
268 * they appear in the selection. The values will be bound as
274 public void startDelete(int token, Object cookie, Uri uri, String selection,
284 info.selection = selection;