Searched refs:AVD_PORT_DICT (Results 1 – 4 of 4) sorted by relevance
148 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:
1040 if avd_type not in utils.AVD_PORT_DICT:1043 default_vnc_port = utils.AVD_PORT_DICT[avd_type].vnc_port1044 default_adb_port = utils.AVD_PORT_DICT[avd_type].adb_port1045 default_fastboot_port = utils.AVD_PORT_DICT[avd_type].fastboot_port
88 AVD_PORT_DICT = { variable1619 return AVD_PORT_DICT[constants.TYPE_CF]1629 AVD_PORT_DICT[constants.TYPE_CF] = ForwardedPorts(
282 vnc_ports[0], adb_ports[0], fastboot_ports[0] = utils.AVD_PORT_DICT[avd_type]