Searched defs:newArgs (Results 1 – 7 of 7) sorted by relevance
87 String[] newArgs = new String[getAllArgs().length-1]; in handleDefaultCommands() local88 System.arraycopy(getAllArgs(), 1, newArgs, 0, getAllArgs().length-1); in handleDefaultCommands() local89 getTarget().doDump(getOutFileDescriptor(), getOutPrintWriter(), newArgs); in handleDefaultCommands() local
414 String[] newArgs = Arrays.copyOf(args, args.length + 1); in dumpProviderProto() local
9679 String[] newArgs; in doDump() local9699 String[] newArgs; in doDump() local9717 String[] newArgs; in doDump() local
438 NotifyMotionArgs newArgs(*args); in notifyMotion() local
151 NotifyMotionArgs newArgs{args}; in removePointerIds() local
4916 String[] newArgs = new String[args.length-i]; in dump() local
4172 String[] newArgs = new String[args.length - opti]; in dumpActivity() local