Lines Matching refs:metadata
168 metadata = self._metadata.copy()
169 metadata["user"] = getpass.getuser()
170 metadata[constants.INS_KEY_AVD_TYPE] = constants.TYPE_GF
173 metadata["cvd_01_fetch_android_build_target"] = build_target
174 metadata["cvd_01_fetch_android_bid"] = "{branch}/{build_id}".format(
177 metadata[
180 metadata["cvd_01_launch"] = "1"
186 metadata[constants.INS_KEY_AVD_FLAVOR] = avd_spec.flavor
187 metadata["cvd_01_x_res"] = avd_spec.hw_property[constants.HW_X_RES]
188 metadata["cvd_01_y_res"] = avd_spec.hw_property[constants.HW_Y_RES]
189 metadata["cvd_01_dpi"] = avd_spec.hw_property[constants.HW_ALIAS_DPI]
190 metadata[constants.INS_KEY_DISPLAY] = ("%sx%s (%s)" % (
196 metadata["cvd_01_x_res"] = resolution[0]
197 metadata["cvd_01_y_res"] = resolution[1]
198 metadata["cvd_01_dpi"] = resolution[3]
210 metadata["sshKeys"] = "%s:%s" % (getpass.getuser(), rsa)
221 metadata=metadata,