Home
last modified time | relevance | path

Searched refs:setFqdn (Results 1 – 21 of 21) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointProviderTest.java178 homeSp.setFqdn("test1"); in verifyModifyOriginalConfig()
188 config.getHomeSp().setFqdn("test2"); in verifyModifyOriginalConfig()
203 homeSp.setFqdn("test1"); in verifyModifyRetrievedConfig()
214 retrievedConfig.getHomeSp().setFqdn("test2"); in verifyModifyRetrievedConfig()
351 homeSp.setFqdn(testDomain); in matchFQDNWithoutNAIRealm()
382 homeSp.setFqdn(testDomain); in matchFQDNWithNAIRealmMatch()
418 homeSp.setFqdn(testDomain); in matchFQDNWithNAIRealmMismatch()
577 homeSp.setFqdn(testDomain); in matchHomeOverRoamingProvider()
623 homeSp.setFqdn(fqdn); in getWifiConfigWithUserCredential()
680 homeSp.setFqdn(fqdn); in getWifiConfigWithCertCredential()
[all …]
DPasspointXmlUtilsTest.java100 homeSp.setFqdn("mi6.co.uk"); in createFullPasspointConfiguration()
141 partner1.setFqdn("test1.fqdn.com"); in createFullPasspointConfiguration()
146 partner2.setFqdn("test2.fqdn.com"); in createFullPasspointConfiguration()
DPasspointConfigStoreDataTest.java123 homeSp.setFqdn("mi6.co.uk"); in createFullPasspointConfiguration()
164 partner1.setFqdn("test1.fqdn.com"); in createFullPasspointConfiguration()
169 partner2.setFqdn("test2.fqdn.com"); in createFullPasspointConfiguration()
DPasspointManagerTest.java214 homeSp.setFqdn(TEST_FQDN); in createTestConfigWithUserCredential()
238 homeSp.setFqdn(TEST_FQDN); in createTestConfigWithSimCredential()
1027 homeSp.setFqdn(fqdn); in addLegacyPasspointConfigWithUserCredential()
1105 homeSp.setFqdn(fqdn); in addLegacyPasspointConfigWithSimCredential()
1150 homeSp.setFqdn(fqdn); in addLegacyPasspointConfigWithCertCredential()
DPasspointNetworkEvaluatorTest.java98 homeSp.setFqdn(config.FQDN); in generateProvider()
/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/pps/
DPolicyTest.java65 partner1.setFqdn("partner1.com"); in createPolicy()
70 partner2.setFqdn("partner2.com"); in createPolicy()
261 partner.setFqdn("test.com"); in validatePolicyWithRoamingPartnerWithoutCountries()
DHomeSpTest.java58 homeSp.setFqdn("fqdn"); in createHomeSp()
151 homeSp.setFqdn(null); in validateHomeSpWithoutFqdn()
/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/omadm/
DPpsMoParserTest.java127 homeSp.setFqdn("mi6.co.uk"); in generateConfigurationFromPPSMOTree()
168 partner1.setFqdn("test1.fqdn.com"); in generateConfigurationFromPPSMOTree()
173 partner2.setFqdn("test2.fqdn.com"); in generateConfigurationFromPPSMOTree()
/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/
DPasspointConfigurationTest.java55 homeSp.setFqdn("fqdn"); in createHomeSp()
100 partner1.setFqdn("partner1.com"); in createPolicy()
105 partner2.setFqdn("partner2.com"); in createPolicy()
DConfigParserTest.java88 homeSp.setFqdn("mi6.co.uk"); in generateConfigurationFromProfile()
/frameworks/base/wifi/java/android/net/wifi/hotspot2/pps/
DHomeSp.java60 public void setFqdn(String fqdn) { in setFqdn() method in HomeSp
353 homeSp.setFqdn(in.readString());
DPolicy.java164 public void setFqdn(String fqdn) { in setFqdn() method in Policy.RoamingPartner
287 roamingPartner.setFqdn(in.readString());
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DTestAccessPointBuilder.java198 public TestAccessPointBuilder setFqdn(String fqdn) { in setFqdn() method in TestAccessPointBuilder
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointXmlUtils.java474 homeSp.setFqdn((String) value); in deserializeHomeSP()
780 partner.setFqdn((String) value); in deserializeRoamingPartner()
DPasspointProvider.java341 homeSp.setFqdn(wifiConfig.FQDN); in convertFromWifiConfig()
/frameworks/base/wifi/java/android/net/wifi/hotspot2/omadm/
DPpsMoParser.java661 homeSp.setFqdn(getPpsNodeValue(child)); in parseHomeSP()
1166 roamingPartner.setFqdn(fqdnMatchArray[0]); in parsePreferredRoamingPartner()
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/wifi/
DAccessPointTest.java290 homeSp.setFqdn("test.com");
697 AccessPoint ap = new TestAccessPointBuilder(mContext).setFqdn(fqdn)
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiStateMachineTest.java1692 homeSp.setFqdn("test.com"); in syncAddOrUpdatePasspointConfig()
1758 homeSp.setFqdn("test.com"); in syncGetPasspointConfigs()
/frameworks/base/api/
Dcurrent.txt26958 method public void setFqdn(java.lang.String);
Dtest-current.txt27114 method public void setFqdn(java.lang.String);
Dsystem-current.txt29660 method public void setFqdn(java.lang.String);