Searched refs:mCountryRegion (Results 1 – 1 of 1) sorted by relevance
77 private final String mCountryRegion; field in DeveloperInfo93 this.mCountryRegion = countryRegion; in DeveloperInfo()116 if (mCountryRegion != null) { in toOdDomElements()119 doc, XmlUtils.OD_NAME_COUNTRY_REGION, mCountryRegion)); in toOdDomElements()156 if (mCountryRegion != null) { in toHrDomElements()157 developerInfoEle.setAttribute(XmlUtils.HR_ATTR_COUNTRY_REGION, mCountryRegion); in toHrDomElements()