Searched refs:TEST_DECORATED_IDENTITY_PREFIX (Results 1 – 7 of 7) sorted by relevance
65 private static final String TEST_DECORATED_IDENTITY_PREFIX = "androidwifi.dev!"; field in PasspointConfigurationTest652 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()
58 private static final String TEST_DECORATED_IDENTITY_PREFIX = "androidwifi.dev!"; field in PasspointXmlUtilsTest192 config.setDecoratedIdentityPrefix(TEST_DECORATED_IDENTITY_PREFIX); in createFullPasspointConfiguration()
138 private static final String TEST_DECORATED_IDENTITY_PREFIX = "androidwifi.dev!"; field in PasspointProviderTest1991 config.setDecoratedIdentityPrefix(TEST_DECORATED_IDENTITY_PREFIX); in testSetDecoratedIdentityPrefix()1994 assertEquals(TEST_DECORATED_IDENTITY_PREFIX, in testSetDecoratedIdentityPrefix()
63 private static final String TEST_DECORATED_IDENTITY_PREFIX = "androidwifi.dev!"; field in WifiEnterpriseConfigTest644 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()
97 private static final String TEST_DECORATED_IDENTITY_PREFIX = "androidwifi.dev!"; field in SupplicantStaNetworkHalAidlImplTest1226 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()
106 private static final String TEST_DECORATED_IDENTITY_PREFIX = "androidwifi.dev!"; field in SupplicantStaNetworkHalHidlImplTest1717 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()
92 private static final String TEST_DECORATED_IDENTITY_PREFIX = "androidwifi.dev!"; field in XmlUtilTest213 config.enterpriseConfig.setDecoratedIdentityPrefix(TEST_DECORATED_IDENTITY_PREFIX); in testEapWifiConfigurationSerializeDeserialize()