Home | History | Annotate | Download | only in content

Lines Matching refs:selectionArgs

53         public String[] selectionArgs;
80 args.selection, args.selectionArgs,
101 args.selectionArgs);
105 args.result = resolver.delete(args.uri, args.selection, args.selectionArgs);
157 * @param selectionArgs You may include ?s in selection, which will be
158 * replaced by the values from selectionArgs, in the order that they
165 String[] projection, String selection, String[] selectionArgs,
176 args.selectionArgs = selectionArgs;
234 ContentValues values, String selection, String[] selectionArgs) {
245 args.selectionArgs = selectionArgs;
262 String selection, String[] selectionArgs) {
272 args.selectionArgs = selectionArgs;