Lines Matching refs:to
3 The Simple Protocol for Automated Network Control was designed to be a
4 low-level way to programmability inject KeyEvents and MotionEvents
7 etc.) and will talk (via TCP over ADB) to the device in Simple
9 Monkey only binds to localhost, so you will need to use adb to setup
10 port forwarding to actually talk to the device.
14 Setup port forwarding from a local port on your machine to a port on
23 Now you're ready to run commands
28 respond to every command with a line starting with OK for commands
50 parameter refers to the KEYCODE list in the KeyEvent class
66 the touch event to happen. Just like key events, touch events at a
68 send a "touch down", then a series of "touch move" events (to simulate
75 of change in the trackball location (as opposed to exact coordinates
109 to find out what vars are supported.
117 Close the current session and allow a new session to connect
121 There are some convenience features added to allow running without
128 You can put the Monkey to sleep by using the "sleep" command with a
129 single argument, how many ms to sleep.