Searched refs:skip_cache (Results 1 – 2 of 2) sorted by relevance
/external/chromium-trace/catapult/devil/devil/android/ |
D | device_utils_test.py | 409 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),
|
D | device_utils.py | 406 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)
|