Searched refs:DownloadArtifact (Results 1 – 7 of 7) sorted by relevance
/tools/acloud/public/actions/ |
D | remote_host_gf_device_factory_test.py | 103 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 …]
|
D | create_goldfish_action.py | 222 build_client.DownloadArtifact(build_target,
|
D | remote_host_gf_device_factory.py | 239 build_api.DownloadArtifact(build_target, build_id, resource_id,
|
/tools/acloud/create/ |
D | create_common_test.py | 191 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(
|
D | create_common.py | 195 build_client.DownloadArtifact(
|
/tools/acloud/internal/lib/ |
D | android_build_client.py | 77 def DownloadArtifact(self, member in AndroidBuildClient 125 functor=self.DownloadArtifact,
|
D | android_build_client_test.py | 73 self.client.DownloadArtifact(self.BUILD_TARGET, self.BUILD_ID, 93 self.assertRaises(errors.DriverError, self.client.DownloadArtifact,
|