Searched refs:HR_ATTR_EMAIL (Results 1 – 5 of 5) sorted by relevance
38 String email = XmlUtils.getStringAttr(developerInfoEle, XmlUtils.HR_ATTR_EMAIL, true); in createFromHrElements()
58 String email = XmlUtils.getStringAttr(appInfoEle, XmlUtils.HR_ATTR_EMAIL, true); in createFromHrElements()
151 developerInfoEle.setAttribute(XmlUtils.HR_ATTR_EMAIL, mEmail); in toHrDomElements()
193 appInfoEle.setAttribute(XmlUtils.HR_ATTR_EMAIL, this.mEmail); in toHrDomElements()
46 public static final String HR_ATTR_EMAIL = "email"; field in XmlUtils