Home | History | Annotate | Download | only in at-factory-tool

Lines Matching defs:Download

74     def Download(self, file_path):
559 @patch('__main__.AtftManTest.FastbootDeviceTemplate.Download')
567 # download (from fs): check if the temporary file exists
581 src.Download.assert_called_once_with(tmp_path)
1018 mock_target.Download.assert_called_once_with(self.TEST_FILE_NAME)
1099 mock_target.Download.assert_called_once_with(self.TEST_FILE_NAME)