Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
DPasspointWifiEntry.java110 mFqdn = passpointConfig.getHomeSp().getFqdn(); in PasspointWifiEntry()
379 mWifiManager.removePasspointConfiguration(mPasspointConfig.getHomeSp().getFqdn()); in forget()
439 mWifiManager.setPasspointMeteredOverride(mPasspointConfig.getHomeSp().getFqdn(), in setMeteredChoice()
466 mPasspointConfig.getHomeSp().getFqdn(), in setPrivacy()
492 mWifiManager.allowAutojoinPasspoint(mPasspointConfig.getHomeSp().getFqdn(), enabled); in setAutoJoinEnabled()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointManager.java459 Log.d(TAG, "Replacing configuration for FQDN: " + config.getHomeSp().getFqdn() in addOrUpdateProvider()
480 + config.getHomeSp().getFqdn() + " with unique ID: " + config.getUniqueId() in addOrUpdateProvider()
554 if (!TextUtils.equals(provider.getConfig().getHomeSp().getFqdn(), fqdn)) { in removeProvider()
609 if (TextUtils.equals(provider.getConfig().getHomeSp().getFqdn(), fqdn)) { in enableAutojoin()
637 if (TextUtils.equals(provider.getConfig().getHomeSp().getFqdn(), fqdn)) { in enableMacRandomization()
668 if (TextUtils.equals(provider.getConfig().getHomeSp().getFqdn(), fqdn)) { in setMeteredOverride()
830 Log.d(TAG, "Matching provider " + provider.getConfig().getHomeSp().getFqdn() in getAllMatchedProviders()
847 match.first.getConfig().getHomeSp().getFqdn(), in getAllMatchedProviders()
DPasspointProvider.java461 wifiConfig.FQDN = mConfig.getHomeSp().getFqdn(); in getWifiConfig()
490 enterpriseConfig.setDomainSuffixMatch(mConfig.getHomeSp().getFqdn()); in getWifiConfig()
765 mConfig.getHomeSp().getFqdn(), mImsiParameter, matchingSIMImsi)) { in matchFqdnAndRcoi()
767 Log.d(TAG, "Domain name " + mConfig.getHomeSp().getFqdn() in matchFqdnAndRcoi()
DPasspointXmlUtils.java265 XmlUtil.writeNextValue(out, XML_TAG_FQDN, homeSp.getFqdn()); in serializeHomeSp()
420 XmlUtil.writeNextValue(out, XML_TAG_FQDN, partner.getFqdn()); in serializePreferredRoamingPartnerList()
DPasspointProvisioner.java638 + mPasspointConfiguration.getHomeSp().getFqdn()); in installTrustRootCertificates()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointManagerTest.java262 config.getHomeSp().getFqdn(), TEST_FRIENDLY_NAME, SECURITY_EAP); in createMockProvider()
615 assertTrue(mManager.enableAutojoin(null, provider.getConfig().getHomeSp().getFqdn(), in verifyEnableAutojoin()
618 assertTrue(mManager.enableAutojoin(null, provider.getConfig().getHomeSp().getFqdn(), in verifyEnableAutojoin()
622 .getFqdn() + "-XXXX", true)); in verifyEnableAutojoin()
631 mManager.enableAutojoin(provider.getConfig().getHomeSp().getFqdn() + "-XXXX", in verifyEnableAutojoin()
646 assertTrue(mManager.enableMacRandomization(provider.getConfig().getHomeSp().getFqdn(), in verifyEnableMacRandomization()
651 assertTrue(mManager.enableMacRandomization(provider.getConfig().getHomeSp().getFqdn(), in verifyEnableMacRandomization()
658 assertFalse(mManager.enableMacRandomization(provider.getConfig().getHomeSp().getFqdn() in verifyEnableMacRandomization()
664 assertTrue(mManager.setMeteredOverride(provider.getConfig().getHomeSp().getFqdn(), in verifySetMeteredOverride()
669 assertTrue(mManager.setMeteredOverride(provider.getConfig().getHomeSp().getFqdn(), in verifySetMeteredOverride()
[all …]
DPasspointProviderTest.java311 assertEquals(homeSp.getFqdn(), wifiConfig.FQDN); in verifyWifiConfigWithTestData()
369 assertEquals(homeSp.getFqdn(), wifiEnterpriseConfig.getDomainSuffixMatch()); in verifyWifiConfigWithTestData()
394 assertEquals(homeSp.getFqdn(), wifiEnterpriseConfig.getDomainSuffixMatch()); in verifyWifiConfigWithTestData()
/frameworks/base/wifi/java/android/net/wifi/hotspot2/
DPasspointConfiguration.java912 if (mCredential == null || mHomeSp == null || TextUtils.isEmpty(mHomeSp.getFqdn())) { in getUniqueId()
917 sb.append(String.format("%s_%x%x", mHomeSp.getFqdn(), mHomeSp.getUniqueId(), in getUniqueId()
/frameworks/base/wifi/java/android/net/wifi/hotspot2/pps/
DHomeSp.java68 public String getFqdn() { in getFqdn() method in HomeSp
DPolicy.java167 public String getFqdn() { in getFqdn() method in Policy.RoamingPartner
/frameworks/base/wifi/java/android/net/wifi/
DWifiNetworkSuggestion.java584 wifiConfiguration.FQDN = mPasspointConfiguration.getHomeSp().getFqdn(); in buildWifiConfigurationForPasspoint()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DAccessPoint.java369 mFqdn = config.getHomeSp().getFqdn(); in AccessPoint()
/frameworks/base/wifi/api/
Dcurrent.txt792 method public String getFqdn();
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/api/
Dcurrent.txt31872 method public String getFqdn();