Searched refs:setFqdnExactMatch (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/pps/
H A DPolicyTest.java66 partner1.setFqdnExactMatch(true);
71 partner2.setFqdnExactMatch(false);
244 partner.setFqdnExactMatch(true);
262 partner.setFqdnExactMatch(true);
/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/omadm/
H A DPpsMoParserTest.java169 partner1.setFqdnExactMatch(true);
174 partner2.setFqdnExactMatch(false);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
H A DPasspointXmlUtilsTest.java142 partner1.setFqdnExactMatch(true);
147 partner2.setFqdnExactMatch(false);
H A DPasspointConfigStoreDataTest.java164 partner1.setFqdnExactMatch(true);
169 partner2.setFqdnExactMatch(false);
/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/
H A DPasspointConfigurationTest.java101 partner1.setFqdnExactMatch(true);
106 partner2.setFqdnExactMatch(false);
/frameworks/base/wifi/java/android/net/wifi/hotspot2/pps/
H A DPolicy.java178 public void setFqdnExactMatch(boolean fqdnExactMatch) { method in class:Policy.RoamingPartner
288 roamingPartner.setFqdnExactMatch(in.readInt() != 0);
/frameworks/base/wifi/java/android/net/wifi/hotspot2/omadm/
H A DPpsMoParser.java1168 roamingPartner.setFqdnExactMatch(true);
1170 roamingPartner.setFqdnExactMatch(false);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DPasspointXmlUtils.java783 partner.setFqdnExactMatch((boolean) value);

Completed in 3593 milliseconds