Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/hotspot2/pps/
DPolicy.java181 public boolean getFqdnExactMatch() { in getFqdnExactMatch() method in Policy.RoamingPartner
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointXmlUtils.java393 XmlUtil.writeNextValue(out, XML_TAG_FQDN_EXACT_MATCH, partner.getFqdnExactMatch()); in serializePreferredRoamingPartnerList()