Lines Matching full:connected
46 # connected devices.
643 Return the device ID provided in the command line if it's connected. If no
645 connected, return the device ID by parsing the result of "adb devices".
647 Raise an exception if no device is connected; or the device ID provided in
648 the command line is not connected; or no device ID is provided in the
649 command line and there are more than 1 device connected.
659 # Get a list of connected devices
670 raise its.error.Error("No device is connected!")
672 raise its.error.Error(device_id + " is not connected!")
674 raise its.error.Error("More than 1 device are connected. " +