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.py409 skip_cache=True),
423 skip_cache=True),
448 skip_cache=True),
486 skip_cache=True),
490 skip_cache=True),
494 skip_cache=True),
507 skip_cache=True),
527 skip_cache=True),
Ddevice_utils.py406 def _GetApplicationPathsInternal(self, package, skip_cache=False): argument
408 if cached_result is not None and not skip_cache:
507 return self._GetApplicationPathsInternal('android', skip_cache=True)