Searched refs:allow_cached_props (Results 1 – 4 of 4) sorted by relevance
/external/chromium-trace/catapult/devil/devil/android/sdk/ |
D | split_select.py | 33 def _SplitConfig(device, allow_cached_props=False): argument 41 (device.GetLanguage(cache=allow_cached_props), 42 device.GetCountry(cache=allow_cached_props), 47 def SelectSplits(device, base_apk, split_apks, allow_cached_props=False): argument 59 config = _SplitConfig(device, allow_cached_props=allow_cached_props)
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | device_utils.py | 879 reinstall=False, allow_cached_props=False, argument 904 allow_cached_props=allow_cached_props, 909 reinstall=False, allow_cached_props=False, argument 919 self, base_apk.path, split_apks, allow_cached_props=allow_cached_props)
|
D | device_utils_test.py | 848 allow_cached_props=False), 865 allow_cached_props=False), 887 allow_cached_props=False), 910 allow_cached_props=False),
|
/external/chromium-trace/catapult/devil/docs/ |
D | device_utils.md | 297 allow_cached_props: Whether to use cached values for device properties.
|