Home
last modified time | relevance | path

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

/external/autotest/server/site_tests/provision_CheetsUpdate/
Dprovision_CheetsUpdate.py42 def download_android_build(self, android_build, ds): argument
49 build_filename = self.generate_android_build_filename(android_build)
52 utils.parse_launch_control_build(android_build))
70 def download_sepolicy(self, android_build, ds): argument
79 utils.parse_launch_control_build(android_build))
106 def download_push_to_device(self, android_build, ds): argument
116 utils.parse_launch_control_build(android_build))
153 def generate_android_build_filename(self, android_build): argument
163 m = re.findall(r'cheets_\w+|P?\d+$', android_build)
169 android_build)