Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/
DSoftApConfToXmlMigrationUtil.java194 XmlUtils.writeValueXml(CONFIG_STORE_DATA_VERSION, XML_TAG_VERSION, out); in convertConfToXml()
198 XmlUtils.writeValueXml(softApConf.getSsid(), XML_TAG_SSID, out); in convertConfToXml()
200 XmlUtils.writeValueXml(softApConf.getBssid().toString(), XML_TAG_BSSID, out); in convertConfToXml()
202 XmlUtils.writeValueXml(softApConf.getBand(), XML_TAG_AP_BAND, out); in convertConfToXml()
203 XmlUtils.writeValueXml(softApConf.getChannel(), XML_TAG_CHANNEL, out); in convertConfToXml()
204 XmlUtils.writeValueXml(softApConf.isHiddenSsid(), XML_TAG_HIDDEN_SSID, out); in convertConfToXml()
205 XmlUtils.writeValueXml(softApConf.getSecurityType(), XML_TAG_SECURITY_TYPE, out); in convertConfToXml()
207 XmlUtils.writeValueXml(softApConf.getPassphrase(), XML_TAG_PASSPHRASE, out); in convertConfToXml()
209 XmlUtils.writeValueXml(softApConf.getMaxNumberOfClients(), in convertConfToXml()
211 XmlUtils.writeValueXml(softApConf.isClientControlByUserEnabled(), in convertConfToXml()
[all …]
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DXmlUtilsTest.java58 XmlUtils.writeValueXml(testByteArray, "testByteArray", serializer); in testreadWriteXmlByteArrayValue()
/frameworks/base/core/java/com/android/internal/util/
DXmlUtils.java309 writeValueXml(e.getValue(), (String)e.getKey(), out, callback); in writeMapXml()
344 writeValueXml(val.get(i), null, out); in writeListXml()
365 writeValueXml(v, null, out); in writeSetXml()
618 public static final void writeValueXml(Object v, String name, XmlSerializer out) in writeValueXml() method in XmlUtils
620 writeValueXml(v, name, out, null); in writeValueXml()
640 private static final void writeValueXml(Object v, String name, XmlSerializer out, in writeValueXml() method in XmlUtils
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DXmlUtilHelper.java316 writeValueXml(e.getValue(), (String)e.getKey(), out, callback); in writeMapXml()
351 writeValueXml(val.get(i), null, out); in writeListXml()
372 writeValueXml(v, null, out); in writeSetXml()
625 public static final void writeValueXml(Object v, String name, XmlSerializer out) in writeValueXml() method in XmlUtilHelper
627 writeValueXml(v, name, out, null); in writeValueXml()
647 private static final void writeValueXml(Object v, String name, XmlSerializer out, in writeValueXml() method in XmlUtilHelper
DXmlUtil.java302 XmlUtilHelper.writeValueXml(value, name, out); in writeNextValue()
/frameworks/base/config/
Dboot-image-profile.txt30197 HSPLcom/android/internal/util/XmlUtils;->writeValueXml(Ljava/lang/Object;Ljava/lang/String;Lorg/xml…
30198 HSPLcom/android/internal/util/XmlUtils;->writeValueXml(Ljava/lang/Object;Ljava/lang/String;Lorg/xml…