Searched refs:getOdStringArray (Results 1 – 2 of 2) sorted by relevance
99 XmlUtils.getOdStringArray(appInfoEle, XmlUtils.OD_NAME_SECURITY_ENDPOINT, true); in createFromOdElements()101 XmlUtils.getOdStringArray(appInfoEle, XmlUtils.OD_NAME_FIRST_PARTY_ENDPOINT, true); in createFromOdElements()103 XmlUtils.getOdStringArray( in createFromOdElements()
460 public static List<String> getOdStringArray(Element ele, String nameName, boolean required) in getOdStringArray() method in XmlUtils