Home
last modified time | relevance | path

Searched refs:TEST_DECORATED_IDENTITY_PREFIX (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Wifi/framework/tests/src/android/net/wifi/hotspot2/
DPasspointConfigurationTest.java65 private static final String TEST_DECORATED_IDENTITY_PREFIX = "androidwifi.dev!"; field in PasspointConfigurationTest
652 config.setDecoratedIdentityPrefix(TEST_DECORATED_IDENTITY_PREFIX); in testSetGetDecoratedIdentityPrefix()
653 assertEquals(TEST_DECORATED_IDENTITY_PREFIX, config.getDecoratedIdentityPrefix()); in testSetGetDecoratedIdentityPrefix()
666 config.setDecoratedIdentityPrefix(TEST_DECORATED_IDENTITY_PREFIX.replace('!', 'a')); in testSetDecoratedIdentityPrefixWithInvalidValue()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointXmlUtilsTest.java58 private static final String TEST_DECORATED_IDENTITY_PREFIX = "androidwifi.dev!"; field in PasspointXmlUtilsTest
192 config.setDecoratedIdentityPrefix(TEST_DECORATED_IDENTITY_PREFIX); in createFullPasspointConfiguration()
DPasspointProviderTest.java138 private static final String TEST_DECORATED_IDENTITY_PREFIX = "androidwifi.dev!"; field in PasspointProviderTest
1991 config.setDecoratedIdentityPrefix(TEST_DECORATED_IDENTITY_PREFIX); in testSetDecoratedIdentityPrefix()
1994 assertEquals(TEST_DECORATED_IDENTITY_PREFIX, in testSetDecoratedIdentityPrefix()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiEnterpriseConfigTest.java63 private static final String TEST_DECORATED_IDENTITY_PREFIX = "androidwifi.dev!"; field in WifiEnterpriseConfigTest
644 config.setDecoratedIdentityPrefix(TEST_DECORATED_IDENTITY_PREFIX); in testSetGetDecoratedIdentityPrefix()
645 assertEquals(TEST_DECORATED_IDENTITY_PREFIX, config.getDecoratedIdentityPrefix()); in testSetGetDecoratedIdentityPrefix()
699 config.setDecoratedIdentityPrefix(TEST_DECORATED_IDENTITY_PREFIX.replace('!', 'a')); in testSetDecoratedIdentityPrefixWithInvalidValue()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaNetworkHalAidlImplTest.java97 private static final String TEST_DECORATED_IDENTITY_PREFIX = "androidwifi.dev!"; field in SupplicantStaNetworkHalAidlImplTest
1226 config.enterpriseConfig.setDecoratedIdentityPrefix(TEST_DECORATED_IDENTITY_PREFIX); in testEapNetworkSetsDecoratedIdentityPrefix()
1234 assertEquals(TEST_DECORATED_IDENTITY_PREFIX in testEapNetworkSetsDecoratedIdentityPrefix()
1237 assertEquals(TEST_DECORATED_IDENTITY_PREFIX + ANONYMOUS_IDENTITY, in testEapNetworkSetsDecoratedIdentityPrefix()
DSupplicantStaNetworkHalHidlImplTest.java106 private static final String TEST_DECORATED_IDENTITY_PREFIX = "androidwifi.dev!"; field in SupplicantStaNetworkHalHidlImplTest
1717 config.enterpriseConfig.setDecoratedIdentityPrefix(TEST_DECORATED_IDENTITY_PREFIX); in testEapNetworkSetsDecoratedIdentityPrefix()
1725 assertEquals(TEST_DECORATED_IDENTITY_PREFIX in testEapNetworkSetsDecoratedIdentityPrefix()
1728 assertEquals(TEST_DECORATED_IDENTITY_PREFIX + ANONYMOUS_IDENTITY, in testEapNetworkSetsDecoratedIdentityPrefix()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DXmlUtilTest.java92 private static final String TEST_DECORATED_IDENTITY_PREFIX = "androidwifi.dev!"; field in XmlUtilTest
213 config.enterpriseConfig.setDecoratedIdentityPrefix(TEST_DECORATED_IDENTITY_PREFIX); in testEapWifiConfigurationSerializeDeserialize()