Searched refs:CuttlefishCommonPkgInstaller (Results 1 – 3 of 3) sorted by relevance
26 from acloud.setup.host_setup_runner import CuttlefishCommonPkgInstaller103 self.CuttlefishCommonPkgInstaller = CuttlefishCommonPkgInstaller()109 self.assertTrue(self.CuttlefishCommonPkgInstaller.ShouldRun())118 self.Patch(CuttlefishCommonPkgInstaller, "ShouldRun", return_value=True)119 self.CuttlefishCommonPkgInstaller.Run()
56 host_cf_common_runner = host_setup_runner.CuttlefishCommonPkgInstaller()
117 class CuttlefishCommonPkgInstaller(base_task_runner.BaseTaskRunner): class