HomeSort by relevance Sort by last modified time
    Searched refs:_DEVICE_STATUS_DICT (Results 1 - 4 of 4) sorted by null

  /test/framework/harnesses/host_controller/
common.py 44 _DEVICE_STATUS_DICT = {
console.py 138 console.device_status[serial] = common._DEVICE_STATUS_DICT[
162 console.device_status[serial] = common._DEVICE_STATUS_DICT[
  /test/framework/harnesses/host_controller/utils/ipc/
shared_dict.py 43 integer value defined in _DEVICE_STATUS_DICT.
46 self._dict[key] = common._DEVICE_STATUS_DICT["unknown"]
56 value: integer, status value defined in _DEVICE_STATUS_DICT.
58 if value not in range(len(common._DEVICE_STATUS_DICT)):
59 self._dict[key] = common._DEVICE_STATUS_DICT["unknown"]
  /test/framework/harnesses/host_controller/command_processor/
command_device.py 69 common._DEVICE_STATUS_DICT["use"]):
79 serial] = common._DEVICE_STATUS_DICT["online"]
94 common._DEVICE_STATUS_DICT["use"]):
106 serial] = common._DEVICE_STATUS_DICT["fastboot"]

Completed in 108 milliseconds