Home
last modified time | relevance | path

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

/aosp14/frameworks/base/wifi/java/src/android/net/wifi/
H A DSoftApConfToXmlMigrationUtil.java176 private static final String XML_TAG_PASSPHRASE = "Passphrase"; field in SoftApConfToXmlMigrationUtil
207 XmlUtils.writeValueXml(softApConf.getPassphrase(), XML_TAG_PASSPHRASE, out); in convertConfToXml() local