Searched refs:readMapXml (Results 1 – 3 of 3) sorted by relevance
59 public static Map<String, String> readMapXml(@NonNull InputStream in) in readMapXml() method in XmlUtils
387 lastCloudProviderDataMap.putAll(XmlUtils.readMapXml(fis)); in loadCloudProviderInfo()
743 public static final HashMap<String, ?> readMapXml(InputStream in) in readMapXml() method in XmlUtilHelper