Home
last modified time | relevance | path

Searched refs:getFqdn (Results 1 – 15 of 15) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointManager.java563 Log.d(TAG, "Replacing configuration for FQDN: " + config.getHomeSp().getFqdn() in addOrUpdateProvider()
590 + config.getHomeSp().getFqdn() + " with unique ID: " + config.getUniqueId() in addOrUpdateProvider()
681 if (!TextUtils.equals(provider.getConfig().getHomeSp().getFqdn(), fqdn)) { in removeProvider()
740 if (TextUtils.equals(provider.getConfig().getHomeSp().getFqdn(), fqdn)) { in enableAutojoin()
772 if (TextUtils.equals(provider.getConfig().getHomeSp().getFqdn(), fqdn)) { in enableMacRandomization()
803 if (TextUtils.equals(provider.getConfig().getHomeSp().getFqdn(), fqdn)) { in setMeteredOverride()
944 Log.d(TAG, "Matching provider " + provider.getConfig().getHomeSp().getFqdn() in getAllMatchedProviders()
961 match.first.getConfig().getHomeSp().getFqdn(), in getAllMatchedProviders()
DPasspointProvider.java555 wifiConfig.FQDN = mConfig.getHomeSp().getFqdn(); in getWifiConfig()
593 enterpriseConfig.setDomainSuffixMatch(mConfig.getHomeSp().getFqdn()); in getWifiConfig()
903 mConfig.getHomeSp().getFqdn(), mImsiParameter, matchingSIMImsi)) { in matchFqdnAndRcoi()
905 Log.d(TAG, "Domain name " + mConfig.getHomeSp().getFqdn() in matchFqdnAndRcoi()
DPasspointXmlUtils.java315 XmlUtil.writeNextValue(out, XML_TAG_FQDN, homeSp.getFqdn()); in serializeHomeSp()
472 XmlUtil.writeNextValue(out, XML_TAG_FQDN, partner.getFqdn()); in serializePreferredRoamingPartnerList()
DPasspointNetworkNominateHelper.java277 !fqdnSet.contains(a.first.getConfig().getHomeSp().getFqdn()) in getMatchedCandidateGroupByProvider()
DPasspointProvisioner.java638 + mPasspointConfiguration.getHomeSp().getFqdn()); in installTrustRootCertificates()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointManagerTest.java341 config.getHomeSp().getFqdn(), TEST_FRIENDLY_NAME, SECURITY_EAP); in createMockProvider()
725 assertTrue(mManager.enableAutojoin(null, provider.getConfig().getHomeSp().getFqdn(), in verifyEnableAutojoin()
728 assertTrue(mManager.enableAutojoin(null, provider.getConfig().getHomeSp().getFqdn(), in verifyEnableAutojoin()
732 .getFqdn() + "-XXXX", true)); in verifyEnableAutojoin()
741 mManager.enableAutojoin(provider.getConfig().getHomeSp().getFqdn() + "-XXXX", in verifyEnableAutojoin()
756 assertTrue(mManager.enableMacRandomization(provider.getConfig().getHomeSp().getFqdn(), in verifyEnableMacRandomization()
761 assertTrue(mManager.enableMacRandomization(provider.getConfig().getHomeSp().getFqdn(), in verifyEnableMacRandomization()
768 assertFalse(mManager.enableMacRandomization(provider.getConfig().getHomeSp().getFqdn() in verifyEnableMacRandomization()
774 assertTrue(mManager.setMeteredOverride(provider.getConfig().getHomeSp().getFqdn(), in verifySetMeteredOverride()
779 assertTrue(mManager.setMeteredOverride(provider.getConfig().getHomeSp().getFqdn(), in verifySetMeteredOverride()
[all …]
DPasspointProviderTest.java342 assertEquals(homeSp.getFqdn(), wifiConfig.FQDN); in verifyWifiConfigWithTestData()
405 assertEquals(homeSp.getFqdn(), wifiEnterpriseConfig.getDomainSuffixMatch()); in verifyWifiConfigWithTestData()
430 assertEquals(homeSp.getFqdn(), wifiEnterpriseConfig.getDomainSuffixMatch()); in verifyWifiConfigWithTestData()
/packages/apps/CertInstaller/src/com/android/certinstaller/
DWiFiInstaller.java125 mPasspointConfig.getHomeSp().getFqdn()); in createMainDialog()
/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/
DPasspointConfiguration.java1208 if (mCredential == null || mHomeSp == null || TextUtils.isEmpty(mHomeSp.getFqdn())) { in getUniqueId()
1213 sb.append(String.format("%s_%x%x", mHomeSp.getFqdn(), mHomeSp.getUniqueId(), in getUniqueId()
/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/pps/
DHomeSp.java78 public String getFqdn() { in getFqdn() method in HomeSp
DPolicy.java170 public String getFqdn() { in getFqdn() method in Policy.RoamingPartner
/packages/apps/Settings/src/com/android/settings/wifi/addappnetworks/
DAddAppNetworksFragment.java661 passpointConfig.getHomeSp().getFqdn(), true);
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiNetworkSuggestion.java1126 wifiConfiguration.FQDN = mPasspointConfiguration.getHomeSp().getFqdn(); in buildWifiConfigurationForPasspoint()
/packages/modules/Wifi/framework/api/
Dcurrent.txt1228 method public String getFqdn();
/packages/modules/Wifi/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt742 Landroid/net/wifi/hotspot2/pps/Policy$RoamingPartner;->getFqdn()Ljava/lang/String;