Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils.py1172 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): argument
1204 for path in fake_apk_paths: