Searched refs:fake_apk_paths (Results 1 – 1 of 1) sorted by relevance
1172 fake_apk_paths = self._GetFakeInstallPaths(apk_paths, fake_modules)1173 self._FakeInstall(fake_apk_paths, fake_modules, package_name)1174 apk_paths_to_install = [p for p in apk_paths if p not in fake_apk_paths]1194 def _FakeInstall(self, fake_apk_paths, fake_modules, package_name): argument1204 for path in fake_apk_paths: