Searched refs:AVD_PORT_DICT (Results 1 – 4 of 4) sorted by relevance
107 if instance.avd_type not in utils.AVD_PORT_DICT:125 target_vnc_port=utils.AVD_PORT_DICT[instance.avd_type].vnc_port,126 target_adb_port=utils.AVD_PORT_DICT[instance.avd_type].adb_port,169 if instance.avd_type not in utils.AVD_PORT_DICT:
238 target_vnc_port=utils.AVD_PORT_DICT[avd_type].vnc_port,239 target_adb_port=utils.AVD_PORT_DICT[avd_type].adb_port,
685 if avd_type not in utils.AVD_PORT_DICT:688 default_vnc_port = utils.AVD_PORT_DICT[avd_type].vnc_port689 default_adb_port = utils.AVD_PORT_DICT[avd_type].adb_port
69 AVD_PORT_DICT = { variable