Home
last modified time | relevance | path

Searched refs:getDecoratedIdentityPrefix (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Wifi/framework/tests/src/android/net/wifi/hotspot2/
DPasspointConfigurationTest.java644 assertNull(config.getDecoratedIdentityPrefix()); in testSetGetDecoratedIdentityPrefix()
646 assertEquals(TEST_DECORATED_IDENTITY_PREFIX, config.getDecoratedIdentityPrefix()); in testSetGetDecoratedIdentityPrefix()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiEnterpriseConfigTest.java606 assertNull(config.getDecoratedIdentityPrefix()); in testSetGetDecoratedIdentityPrefix()
608 assertEquals(TEST_DECORATED_IDENTITY_PREFIX, config.getDecoratedIdentityPrefix()); in testSetGetDecoratedIdentityPrefix()
/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/
DPasspointConfiguration.java1119 public @Nullable String getDecoratedIdentityPrefix() { in getDecoratedIdentityPrefix() method in PasspointConfiguration
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointXmlUtils.java169 config.getDecoratedIdentityPrefix()); in serializePasspointConfiguration()
DPasspointProvider.java560 enterpriseConfig.setDecoratedIdentityPrefix(mConfig.getDecoratedIdentityPrefix()); in getWifiConfig()
DPasspointManager.java554 if (SdkLevel.isAtLeastS() && config.getDecoratedIdentityPrefix() != null) { in addOrUpdateProvider()
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiEnterpriseConfig.java1611 public @Nullable String getDecoratedIdentityPrefix() { in getDecoratedIdentityPrefix() method in WifiEnterpriseConfig
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DXmlUtil.java1357 enterpriseConfig.getDecoratedIdentityPrefix()); in writeToXml()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointProviderTest.java1957 mProvider.getWifiConfig().enterpriseConfig.getDecoratedIdentityPrefix()); in testSetDecoratedIdentityPrefix()
/packages/modules/Wifi/framework/api/
Dcurrent.txt228 method @Nullable public String getDecoratedIdentityPrefix();
836 method @Nullable public String getDecoratedIdentityPrefix();