Home
last modified time | relevance | path

Searched refs:AVD_PORT_DICT (Results 1 – 4 of 4) sorted by relevance

/tools/acloud/reconnect/
Dreconnect.py148 if instance.avd_type not in utils.AVD_PORT_DICT:
171 target_vnc_port=utils.AVD_PORT_DICT[instance.avd_type].vnc_port,
172 target_adb_port=utils.AVD_PORT_DICT[instance.avd_type].adb_port,
173 target_fastboot_port=utils.AVD_PORT_DICT[instance.avd_type].fastboot_port,
254 if instance.avd_type not in utils.AVD_PORT_DICT:
/tools/acloud/list/
Dinstance.py1040 if avd_type not in utils.AVD_PORT_DICT:
1043 default_vnc_port = utils.AVD_PORT_DICT[avd_type].vnc_port
1044 default_adb_port = utils.AVD_PORT_DICT[avd_type].adb_port
1045 default_fastboot_port = utils.AVD_PORT_DICT[avd_type].fastboot_port
/tools/acloud/internal/lib/
Dutils.py88 AVD_PORT_DICT = { variable
1619 return AVD_PORT_DICT[constants.TYPE_CF]
1629 AVD_PORT_DICT[constants.TYPE_CF] = ForwardedPorts(
/tools/acloud/public/actions/
Dcommon_operations.py282 vnc_ports[0], adb_ports[0], fastboot_ports[0] = utils.AVD_PORT_DICT[avd_type]