Searched refs:HR_ATTR_COUNTRY_REGION (Results 1 – 3 of 3) sorted by relevance
41 XmlUtils.getStringAttr(developerInfoEle, XmlUtils.HR_ATTR_COUNTRY_REGION, true); in createFromHrElements()
157 developerInfoEle.setAttribute(XmlUtils.HR_ATTR_COUNTRY_REGION, mCountryRegion); in toHrDomElements()
48 public static final String HR_ATTR_COUNTRY_REGION = "countryRegion"; field in XmlUtils