Searched refs:skip_cache (Results 1 – 2 of 2) sorted by relevance
/external/chromium-trace/catapult/devil/devil/android/ |
D | device_utils_test.py | 566 skip_cache=True), 580 skip_cache=True), 605 skip_cache=True), 619 skip_cache=True), 660 skip_cache=True), 664 skip_cache=True), 668 skip_cache=True), 681 skip_cache=True), 701 skip_cache=True),
|
D | device_utils.py | 670 def _GetApplicationPathsInternal(self, package, skip_cache=False): argument 672 if cached_result is not None and not skip_cache: 842 return self._GetApplicationPathsInternal('android', skip_cache=True)
|