Searched refs:getXmlAttribute (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountSettingsUtils.java118 String providerDomain = getXmlAttribute(context, xml, "domain");
122 provider.id = getXmlAttribute(context, xml, "id");
123 provider.label = getXmlAttribute(context, xml, "label");
125 provider.note = getXmlAttribute(context, xml, "note");
135 provider.incomingUriTemplate = getXmlAttribute(context, xml, "uri");
136 provider.incomingUsernameTemplate = getXmlAttribute(context, xml, "username");
141 provider.outgoingUriTemplate = getXmlAttribute(context, xml, "uri");
142 provider.outgoingUsernameTemplate = getXmlAttribute(context, xml, "username");
203 private static String getXmlAttribute(Context context, XmlResourceParser xml, String name) { method in class:AccountSettingsUtils
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DSymbolList.java126 private String getXmlAttribute(XmlResourceParser xrp, String name) { method in class:SymbolList
151 String value = getXmlAttribute(xrp, "value");

Completed in 9710 milliseconds