Searched refs:AVD_PORT_DICT (Results 1 – 4 of 4) sorted by relevance
167 if instance.avd_type not in utils.AVD_PORT_DICT:185 target_vnc_port=utils.AVD_PORT_DICT[instance.avd_type].vnc_port,186 target_adb_port=utils.AVD_PORT_DICT[instance.avd_type].adb_port,250 if instance.avd_type not in utils.AVD_PORT_DICT:
713 if avd_type not in utils.AVD_PORT_DICT:716 default_vnc_port = utils.AVD_PORT_DICT[avd_type].vnc_port717 default_adb_port = utils.AVD_PORT_DICT[avd_type].adb_port
248 target_vnc_port=utils.AVD_PORT_DICT[avd_type].vnc_port,249 target_adb_port=utils.AVD_PORT_DICT[avd_type].adb_port,
75 AVD_PORT_DICT = { variable