Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils_test.py660 'android', skip_cache=True), ['package:/some/fake/path']),
673 'android', skip_cache=True), ['package:/some/fake/path']),
689 'android', skip_cache=True), ['package:/some/fake/path']),
705 'android', skip_cache=True), ['package:/some/fake/path']),
728 'android', skip_cache=True), ['package:/some/fake/path']),
741 'android', skip_cache=True), ['package:/some/fake/path']),
781 'android', skip_cache=True), self.CommandError()),
784 'android', skip_cache=True), self.CommandError()),
787 'android', skip_cache=True), self.TimeoutError())):
799 'android', skip_cache=True), ['package:/some/fake/path']),
[all …]
Ddevice_utils.py816 def _GetApplicationPathsInternal(self, package, skip_cache=False): argument
818 if cached_result is not None and not skip_cache:
1033 return self._GetApplicationPathsInternal('android', skip_cache=True)