Searched refs:image_source (Results 1 – 10 of 10) sorted by relevance
90 self._ProcessArtifacts(self._avd_spec.image_source)118 if self._avd_spec.image_source == constants.IMAGE_SRC_REMOTE:191 if self._avd_spec.image_source == constants.IMAGE_SRC_LOCAL:204 def _ProcessArtifacts(self, image_source): argument216 if image_source == constants.IMAGE_SRC_LOCAL:220 elif image_source == constants.IMAGE_SRC_REMOTE:337 if self._avd_spec.image_source == constants.IMAGE_SRC_LOCAL:
374 fake_avd_spec.image_source = constants.IMAGE_SRC_LOCAL401 fake_avd_spec.image_source = constants.IMAGE_SRC_LOCAL457 fake_avd_spec.image_source = constants.IMAGE_SRC_LOCAL476 fake_avd_spec.image_source = constants.IMAGE_SRC_REMOTE
69 if self._avd_spec.image_source == constants.IMAGE_SRC_REMOTE:
86 def GetAvdCreatorClass(avd_type, instance_type, image_source): argument104 (avd_type, image_source, instance_type))109 "image source: %s" % (avd_type, instance_type, image_source))232 spec.image_source)
44 image_source = "unknown image"46 create.GetAvdCreatorClass(avd_type, ins_type, image_source)163 spec.image_source = constants.IMAGE_SRC_LOCAL
69 if avd_spec.image_source == constants.IMAGE_SRC_LOCAL:73 elif avd_spec.image_source == constants.IMAGE_SRC_REMOTE:
715 def image_source(self): member in AVDSpec
133 if avd_spec and avd_spec.image_source == constants.IMAGE_SRC_LOCAL:
236 fake_avd_spec.image_source = constants.IMAGE_SRC_REMOTE
256 if avd_spec and avd_spec.image_source == constants.IMAGE_SRC_REMOTE: