/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/ |
D | PasspointWifiEntry.java | 110 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/ |
D | PasspointManager.java | 459 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()
|
D | PasspointProvider.java | 461 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()
|
D | PasspointXmlUtils.java | 265 XmlUtil.writeNextValue(out, XML_TAG_FQDN, homeSp.getFqdn()); in serializeHomeSp() 420 XmlUtil.writeNextValue(out, XML_TAG_FQDN, partner.getFqdn()); in serializePreferredRoamingPartnerList()
|
D | PasspointProvisioner.java | 638 + mPasspointConfiguration.getHomeSp().getFqdn()); in installTrustRootCertificates()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
D | PasspointManagerTest.java | 262 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 …]
|
D | PasspointProviderTest.java | 311 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/ |
D | PasspointConfiguration.java | 912 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/ |
D | HomeSp.java | 68 public String getFqdn() { in getFqdn() method in HomeSp
|
D | Policy.java | 167 public String getFqdn() { in getFqdn() method in Policy.RoamingPartner
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | WifiNetworkSuggestion.java | 584 wifiConfiguration.FQDN = mPasspointConfiguration.getHomeSp().getFqdn(); in buildWifiConfigurationForPasspoint()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/ |
D | AccessPoint.java | 369 mFqdn = config.getHomeSp().getFqdn(); in AccessPoint()
|
/frameworks/base/wifi/api/ |
D | current.txt | 792 method public String getFqdn();
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/base/api/ |
D | current.txt | 31872 method public String getFqdn();
|