Home
last modified time | relevance | path

Searched refs:mCountryRegion (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/app_metadata_bundles/src/lib/java/com/android/asllib/marshallable/
DDeveloperInfo.java77 private final String mCountryRegion; field in DeveloperInfo
93 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()