Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/hotspot2/pps/
DHomeSp.java178 public long[] getMatchAnyOis() { in getMatchAnyOis() method in HomeSp
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointProvider.java800 } else if (mConfig.getHomeSp().getMatchAnyOis() != null) { in matchFqdnAndRcoi()
803 if (matchOis(mConfig.getHomeSp().getMatchAnyOis(), (RoamingConsortiumElement) in matchFqdnAndRcoi()
DPasspointXmlUtils.java270 XmlUtil.writeNextValue(out, XML_TAG_MATCH_ANY_OIS, homeSp.getMatchAnyOis()); in serializeHomeSp()