Searched defs:newArgs (Results 1 – 12 of 12) 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
53 val newArgs = args.toMutableList() in main() constant
175 NotifyMotionArgs newArgs = processMotion(args); in notifyMotion() local208 NotifyMotionArgs newArgs(args); in processMotion() local243 NotifyMotionArgs newArgs(args); in processMouseEventLocked() local270 NotifyMotionArgs newArgs(args); in processTouchpadEventLocked() local295 void PointerChoreographer::processPointerDeviceMotionEventLocked(NotifyMotionArgs& newArgs, in processPointerDeviceMotionEventLocked()
436 NotifyMotionArgs newArgs(args); in notifyMotion() local
171 NotifyMotionArgs newArgs{args}; in removePointerIds() local
419 String[] newArgs = Arrays.copyOf(args, args.length + 1); in dumpProviderProto() local
10894 String[] newArgs; in doDump() local10915 String[] newArgs; in doDump() local10933 String[] newArgs; in doDump() local
1244 Vector<String16> newArgs = args; in dump() local1372 Vector<String16> newArgs = args; in dump() local
1045 Vector<String16> newArgs = args; in dump() local
279 final Bundle newArgs = args == null ? new Bundle() : args; in showSessionLocked() local
5221 String[] newArgs = new String[args.length-i]; in dump() local
4530 String[] newArgs = new String[args.length - opti]; in dumpActivity() local