Lines Matching refs:AndroidDeviceError
65 class AndroidDeviceError(signals.ControllerError):
81 raise AndroidDeviceError(ANDROID_DEVICE_EMPTY_CONFIG_MSG)
85 raise AndroidDeviceError(ANDROID_DEVICE_NOT_LIST_CONFIG_MSG)
208 raise AndroidDeviceError(('Required value %s is missing in '
276 AndroidDeviceError is raised if none or more than one device is
290 raise AndroidDeviceError(("Could not find a target device that matches"
296 raise AndroidDeviceError("More than one device matched: %s" % serials)
688 AndroidDeviceError is raised if the config is trying to overwrite
693 raise AndroidDeviceError(
716 raise AndroidDeviceError(("Android device %s already has an adb "
736 raise AndroidDeviceError(
977 AndroidDeviceError is raised if waiting for completion timed
1060 raise AndroidDeviceError(
1213 AndroidDeviceError if the output of the phone's process list was
1360 raise AndroidDeviceError("EventDispatcher Key Empty")