Home
last modified time | relevance | path

Searched refs:system_build_info (Results 1 – 14 of 14) sorted by relevance

/tools/acloud/create/
Dremote_image_remote_instance.py102 avd_spec.system_build_info[constants.BUILD_TARGET],
103 avd_spec.system_build_info[constants.BUILD_ID],
Dremote_image_remote_instance_test.py95 avd_spec.system_build_info = {constants.BUILD_TARGET: "fake_target",
119 avd_spec.system_build_info = {constants.BUILD_TARGET: "fake_target",
Dremote_image_local_instance.py121 avd_spec.system_build_info,
Davd_spec_test.py422 self.AvdSpec.system_build_info)
Davd_spec.py1101 def system_build_info(self): member in AVDSpec
/tools/acloud/public/actions/
Dremote_host_gf_device_factory.py440 build_id = self._avd_spec.system_build_info.get(constants.BUILD_ID)
441 build_target = self._avd_spec.system_build_info.get(
578 (self._avd_spec.system_build_info.get(constants.BUILD_ID) and
579 self._avd_spec.system_build_info.get(constants.BUILD_TARGET)))
Dremote_host_cf_device_factory.py340 self._avd_spec.system_build_info,
367 self._avd_spec.system_build_info,
427 self._avd_spec.system_build_info,
Dremote_instance_cf_device_factory.py110 avd_spec.system_build_info,
Dremote_host_cf_device_factory_test.py57 system_build_info={},
Dremote_host_gf_device_factory_test.py242 self._mock_avd_spec.system_build_info = {
/tools/acloud/internal/lib/
Dandroid_build_client.py193 def GetFetchBuildArgs(self, default_build_info, system_build_info, argument
227 system_build = self.ProcessBuild(system_build_info)
Dcvd_utils_test.py776 system_build_info={},
786 system_build_info = {
816 system_build_info=system_build_info,
Dcvd_compute_client_multi_stage.py326 def FetchBuild(self, default_build_info, system_build_info, argument
347 default_build_info, system_build_info, kernel_build_info,
Dcvd_utils.py1137 for key, val in avd_spec.system_build_info.items() if val}