HomeSort by relevance Sort by last modified time
    Searched defs:proxyExclusionList (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiBackupDataV1Parser.java 80 * "ProxyExclusionList")
418 String proxyExclusionList = null;
467 proxyExclusionList = (String) value;
541 if (proxyExclusionList == null) {
542 throw new XmlPullParserException("ProxyExclusionList was missing in"
546 new ProxyInfo(proxyHost, proxyPort, proxyExclusionList));
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
XmlUtil.java 665 public static final String XML_TAG_PROXY_EXCLUSION_LIST = "ProxyExclusionList";
    [all...]

Completed in 211 milliseconds