Home | History | Annotate | Download | only in adb

Lines Matching full:interactive

270         """Runs an interactive adb shell.
274 input: String input to send to the interactive shell.
291 # side, plus the necessary newline to complete the interactive command.
379 # No args: PTY only if stdin is a terminal and shell is interactive,
419 """Tests that SIGINT in a non-interactive shell kills the process.
447 """Tests that non-interactive shells send stdin."""
449 raise unittest.SkipTest('non-interactive stdin unsupported '