Lines Matching defs:args
409 + " args=["
563 WorkerArgs args = (WorkerArgs) msg.obj;
564 CookieWrapper cw = (CookieWrapper) args.cookie;
589 + sanitizeUriToString(args.uri));
605 args.uri,
606 args.projection,
607 args.selection,
608 args.selectionArgs,
609 args.orderBy);
620 args.result = cursor;
628 updateData(msg.arg1, cw, (Cursor) args.result);
632 Message reply = args.handler.obtainMessage(msg.what);
633 reply.obj = args;