HomeSort by relevance Sort by last modified time
    Searched refs:getXmlAttribute (Results 1 - 2 of 2) sorted by null

  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSettingsUtils.java 99 && domain.equalsIgnoreCase(getXmlAttribute(context, xml, "domain"))) {
101 provider.id = getXmlAttribute(context, xml, "id");
102 provider.label = getXmlAttribute(context, xml, "label");
103 provider.domain = getXmlAttribute(context, xml, "domain");
104 provider.note = getXmlAttribute(context, xml, "note");
109 provider.incomingUriTemplate = new URI(getXmlAttribute(context, xml, "uri"));
110 provider.incomingUsernameTemplate = getXmlAttribute(context, xml, "username");
115 provider.outgoingUriTemplate = new URI(getXmlAttribute(context, xml, "uri"));
116 provider.outgoingUsernameTemplate = getXmlAttribute(context, xml, "username");
138 private static String getXmlAttribute(Context context, XmlResourceParser xml, String name)
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
SymbolList.java 126 private String getXmlAttribute(XmlResourceParser xrp, String name) {
151 String value = getXmlAttribute(xrp, "value");

Completed in 604 milliseconds