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 135 String providerDomain = getXmlAttribute(context, xml, "domain");
139 provider.id = getXmlAttribute(context, xml, "id");
140 provider.label = getXmlAttribute(context, xml, "label");
142 provider.note = getXmlAttribute(context, xml, "note");
152 provider.incomingUriTemplate = getXmlAttribute(context, xml, "uri");
153 provider.incomingUsernameTemplate = getXmlAttribute(context, xml, "username");
158 provider.outgoingUriTemplate = getXmlAttribute(context, xml, "uri");
159 provider.outgoingUsernameTemplate = getXmlAttribute(context, xml, "username");
220 private static String getXmlAttribute(Context context, XmlResourceParser xml, String name) {
  /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 35 milliseconds