Searched refs:_DEVICE_STATUS_DICT (Results 1 – 10 of 10) sorted by relevance
51 self._dict[key] = common._DEVICE_STATUS_DICT["unknown"]63 if value not in range(len(common._DEVICE_STATUS_DICT)):64 self._dict[key] = common._DEVICE_STATUS_DICT["unknown"]
74 device["status"] = common._DEVICE_STATUS_DICT[97 "status"] = common._DEVICE_STATUS_DICT[108 serial] = common._DEVICE_STATUS_DICT["use"]132 "status"] = common._DEVICE_STATUS_DICT[143 serial] = common._DEVICE_STATUS_DICT["use"]163 serial] = common._DEVICE_STATUS_DICT["fastboot"]167 serial] = common._DEVICE_STATUS_DICT["no-response"]
93 'status': common._DEVICE_STATUS_DICT["no-response"],97 'status': common._DEVICE_STATUS_DICT["online"],
84 args.serial] = common._DEVICE_STATUS_DICT["error"]
99 args.serial] = common._DEVICE_STATUS_DICT["error"]
93 args.serial] = common._DEVICE_STATUS_DICT["error"]
206 flasher.device.serial] = common._DEVICE_STATUS_DICT[
269 serial] = common._DEVICE_STATUS_DICT["use"]
172 serial, common._DEVICE_STATUS_DICT["use"])196 serial, common._DEVICE_STATUS_DICT["ready"])414 if state == common._DEVICE_STATUS_DICT["use"]:422 if (current_status in (common._DEVICE_STATUS_DICT["use"],423 common._DEVICE_STATUS_DICT["error"])610 if self.device_status[serial] == common._DEVICE_STATUS_DICT[
55 _DEVICE_STATUS_DICT = { variable