Home
last modified time | relevance | path

Searched refs:DownloadArtifact (Results 1 – 7 of 7) sorted by relevance

/tools/acloud/public/actions/
Dremote_host_gf_device_factory_test.py103 self._mock_android_build_client.DownloadArtifact.side_effect = (
153 self._mock_android_build_client.DownloadArtifact.assert_any_call(
156 self._mock_android_build_client.DownloadArtifact.assert_any_call(
159 self._mock_android_build_client.DownloadArtifact.assert_any_call(
163 3, self._mock_android_build_client.DownloadArtifact.call_count)
180 self._mock_android_build_client.DownloadArtifact.side_effect = (
220 self._mock_android_build_client.DownloadArtifact.assert_any_call(
223 self._mock_android_build_client.DownloadArtifact.assert_any_call(
226 self._mock_android_build_client.DownloadArtifact.assert_any_call(
230 5, self._mock_android_build_client.DownloadArtifact.call_count)
[all …]
Dcreate_goldfish_action.py222 build_client.DownloadArtifact(build_target,
Dremote_host_gf_device_factory.py239 build_api.DownloadArtifact(build_target, build_id, resource_id,
/tools/acloud/create/
Dcreate_common_test.py191 self.assertEqual(mock_build_client.DownloadArtifact.call_count, 1)
192 mock_build_client.DownloadArtifact.assert_called_once_with(
200 mock_build_client.DownloadArtifact.call_count = 0
208 self.assertEqual(mock_build_client.DownloadArtifact.call_count, 1)
209 mock_build_client.DownloadArtifact.assert_called_once_with(
Dcreate_common.py195 build_client.DownloadArtifact(
/tools/acloud/internal/lib/
Dandroid_build_client.py77 def DownloadArtifact(self, member in AndroidBuildClient
125 functor=self.DownloadArtifact,
Dandroid_build_client_test.py73 self.client.DownloadArtifact(self.BUILD_TARGET, self.BUILD_ID,
93 self.assertRaises(errors.DriverError, self.client.DownloadArtifact,