Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/devil/devil/android/sdk/
Dsplit_select.py31 def _SplitConfig(device, allow_cached_props=False): argument
38 return ('%s-r%s-%s:%s' % (device.GetLanguage(cache=allow_cached_props),
39 device.GetCountry(cache=allow_cached_props),
43 def SelectSplits(device, base_apk, split_apks, allow_cached_props=False): argument
55 config = _SplitConfig(device, allow_cached_props=allow_cached_props)
/external/chromium-trace/catapult/devil/devil/android/
Dapk_helper.py421 allow_cached_props=False, argument
459 allow_cached_props=False, argument
492 allow_cached_props=False, argument
500 allow_cached_props=allow_cached_props)
539 allow_cached_props=False, argument
Dapk_helper_test.py415 allow_cached_props=False), ['split2.apk'])),\
Ddevice_utils.py1231 allow_cached_props=False, argument
1259 self, allow_cached_props=allow_cached_props) as apk_paths:
Ddevice_utils_test.py102 allow_cached_props=False, argument
/external/chromium-trace/catapult/devil/docs/
Ddevice_utils.md577 allow_cached_props: Whether to use cached values for device properties.