Home | History | Annotate | Download | only in content

Lines Matching refs:selection

52         public String selection;
80 args.selection, args.selectionArgs,
100 args.result = resolver.update(args.uri, args.values, args.selection,
105 args.result = resolver.delete(args.uri, args.selection, args.selectionArgs);
154 * @param selection A filter declaring which rows to return, formatted as an
157 * @param selectionArgs You may include ?s in selection, which will be
159 * appear in the selection. The values will be bound as Strings.
165 String[] projection, String selection, String[] selectionArgs,
175 args.selection = selection;
234 ContentValues values, String selection, String[] selectionArgs) {
244 args.selection = selection;
259 * @param selection the where clause.
262 String selection, String[] selectionArgs) {
271 args.selection = selection;