Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/src/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.java57 XmlUtils.writeValueXml(testByteArray, "testByteArray", serializer); in testreadWriteXmlByteArrayValue()
/frameworks/base/core/java/com/android/internal/util/
DXmlUtils.java515 writeValueXml(e.getValue(), (String)e.getKey(), out, callback); in writeMapXml()
550 writeValueXml(val.get(i), null, out); in writeListXml()
571 writeValueXml(v, null, out); in writeSetXml()
809 public static final void writeValueXml(Object v, String name, XmlSerializer out) in writeValueXml() method in XmlUtils
811 writeValueXml(v, name, XmlUtils.makeTyped(out)); in writeValueXml()
830 public static final void writeValueXml(Object v, String name, TypedXmlSerializer out) in writeValueXml() method in XmlUtils
832 writeValueXml(v, name, out, null); in writeValueXml()
852 private static final void writeValueXml(Object v, String name, TypedXmlSerializer out, in writeValueXml() method in XmlUtils
/frameworks/base/boot/
Dboot-image-profile.txt22434 HSPLcom/android/internal/util/XmlUtils;->writeValueXml(Ljava/lang/Object;Ljava/lang/String;Landroid…
22435 HSPLcom/android/internal/util/XmlUtils;->writeValueXml(Ljava/lang/Object;Ljava/lang/String;Landroid…
/frameworks/base/config/
Dboot-image-profile.txt22481 HSPLcom/android/internal/util/XmlUtils;->writeValueXml(Ljava/lang/Object;Ljava/lang/String;Landroid…
22482 HSPLcom/android/internal/util/XmlUtils;->writeValueXml(Ljava/lang/Object;Ljava/lang/String;Landroid…
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt88772 Lcom/android/internal/util/XmlUtils;->writeValueXml(Ljava/lang/Object;Ljava/lang/String;Lorg/xmlpul…
88773 Lcom/android/internal/util/XmlUtils;->writeValueXml(Ljava/lang/Object;Ljava/lang/String;Lorg/xmlpul…