Home
last modified time | relevance | path

Searched refs:props (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/invoker/shard/
DTokenTestClass.java37 Set<TokenProperty> props = new HashSet<>(); in getRequiredTokens() local
38 props.add(TokenProperty.SIM_CARD); in getRequiredTokens()
39 return props; in getRequiredTokens()
/tools/tradefederation/core/javatests/com/android/tradefed/util/
DPropertyChangerTest.java82 private void writeProperties(File output, Map<String, String> props) throws IOException { in writeProperties() argument
86 for (Entry<String, String> entry : props.entrySet()) { in writeProperties()
96 private void verifyProperties(File source, Map<String, String> props) throws IOException { in verifyProperties() argument
98 Map<String, String> verifyProps = new HashMap<String, String>(props); in verifyProperties()
/tools/tradefederation/core/src/com/android/tradefed/util/image/
DIncrementalImageUtil.java680 String props = FileUtil.readStringFromFile(buildProp); in getSplVersion() local
681 for (String line : props.split("\n")) { in getSplVersion()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/
Dgnss_test_utils.py1997 props = str(ad.adb.shell("getprop"))
1998 return True if _WEARABLE_QCOM_VENDOR_REGEX.search(props) else False