Searched refs:props (Results 1 – 4 of 4) sorted by relevance
37 Set<TokenProperty> props = new HashSet<>(); in getRequiredTokens() local38 props.add(TokenProperty.SIM_CARD); in getRequiredTokens()39 return props; in getRequiredTokens()
82 private void writeProperties(File output, Map<String, String> props) throws IOException { in writeProperties() argument86 for (Entry<String, String> entry : props.entrySet()) { in writeProperties()96 private void verifyProperties(File source, Map<String, String> props) throws IOException { in verifyProperties() argument98 Map<String, String> verifyProps = new HashMap<String, String>(props); in verifyProperties()
680 String props = FileUtil.readStringFromFile(buildProp); in getSplVersion() local681 for (String line : props.split("\n")) { in getSplVersion()
1997 props = str(ad.adb.shell("getprop"))1998 return True if _WEARABLE_QCOM_VENDOR_REGEX.search(props) else False