HomeSort by relevance Sort by last modified time
    Searched refs:XML_TAG_WEP_KEYS (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiBackupDataV1Parser.java 102 WifiConfigurationXmlUtil.XML_TAG_WEP_KEYS,
309 case WifiConfigurationXmlUtil.XML_TAG_WEP_KEYS:
WifiBackupRestore.java 113 "<string-array.*" + WifiConfigurationXmlUtil.XML_TAG_WEP_KEYS + ".*num=\"[0-9]\">";
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
XmlUtil.java 317 public static final String XML_TAG_WEP_KEYS = "WEPKeys";
370 XmlUtil.writeNextValue(out, XML_TAG_WEP_KEYS, wepKeysToWrite);
372 XmlUtil.writeNextValue(out, XML_TAG_WEP_KEYS, null);
531 case XML_TAG_WEP_KEYS:
    [all...]

Completed in 82 milliseconds