Home
last modified time | relevance | path

Searched refs:allow_cached_props (Results 1 – 7 of 7) sorted by relevance

/external/chromium-trace/catapult/devil/devil/android/sdk/
Dsplit_select.py33 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/libmojo/third_party/catapult/devil/devil/android/sdk/
Dsplit_select.py33 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/libmojo/third_party/catapult/devil/devil/android/
Ddevice_utils.py636 reinstall=False, allow_cached_props=False, argument
661 allow_cached_props=allow_cached_props,
666 reinstall=False, allow_cached_props=False, argument
676 self, base_apk.path, split_apks, allow_cached_props=allow_cached_props)
Ddevice_utils_test.py717 allow_cached_props=False),
732 allow_cached_props=False),
752 allow_cached_props=False),
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils.py702 reinstall=False, allow_cached_props=False, argument
727 allow_cached_props=allow_cached_props,
732 reinstall=False, allow_cached_props=False, argument
742 self, base_apk.path, split_apks, allow_cached_props=allow_cached_props)
Ddevice_utils_test.py764 allow_cached_props=False),
781 allow_cached_props=False),
803 allow_cached_props=False),
826 allow_cached_props=False),
/external/chromium-trace/catapult/devil/docs/
Ddevice_utils.md265 allow_cached_props: Whether to use cached values for device properties.