Home
last modified time | relevance | path

Searched refs:TEST_REALM (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointProviderTest.java111 private static final String TEST_REALM = "realm.com"; field in PasspointProviderTest
284 credential.setRealm(TEST_REALM); in generateTestPasspointConfiguration()
700 createNAIRealmElement(TEST_REALM, EAPConstants.EAP_TTLS, in matchFQDNWithNAIRealmMatch()
727 createNAIRealmElement(TEST_REALM, EAPConstants.EAP_TLS, null)); in matchFQDNWithNAIRealmMismatch()
837 createNAIRealmElement(TEST_REALM, EAPConstants.EAP_TTLS, in matchRoamingConsortiumWithNAIRealmMatch()
863 createNAIRealmElement(TEST_REALM, EAPConstants.EAP_TLS, null)); in matchRoamingConsortiumWithNAIRealmMisMatch()
912 createNAIRealmElement(TEST_REALM, EAPConstants.EAP_TTLS, in matchRoamingConsortiumIeWithNAIRealmMatch()
943 createNAIRealmElement(TEST_REALM, EAPConstants.EAP_TLS, null)); in matchRoamingConsortiumIeWithNAIRealmMismatch()
1001 createNAIRealmElement(TEST_REALM, EAPConstants.EAP_TTLS, in matchThreeGPPNetworkWithNAIRealmMismatch()
1031 createNAIRealmElement(TEST_REALM, EAPConstants.EAP_AKA, null)); in matchThreeGPPNetworkWithNAIRealmMatch()
[all …]
DPasspointManagerTest.java152 private static final String TEST_REALM = "realm.test.com"; field in PasspointManagerTest
370 return createTestConfigWithUserCredentialAndRealm(fqdn, friendlyName, TEST_REALM); in createTestConfigWithUserCredential()
387 credential.setRealm(realm != null ? realm : TEST_REALM); in createTestConfigWithUserCredentialAndRealm()
412 credential.setRealm(TEST_REALM); in createTestConfigWithSimCredential()
797 TEST_REALM); in addRemoveSavedProviderWithValidSimCredential()
843 createTestConfigWithSimCredential(TEST_FQDN, FULL_IMSI, TEST_REALM); in addProviderWithValidFullImsiOfSimCredential()
884 TEST_REALM); in addSavedProviderWithExistingConfig()
2026 TEST_REALM); in removeGetProviderWithDifferentUid()
2163 TEST_REALM); in addSuggestionProviderWithExistingConfig()
2245 TEST_REALM); in addSavedProviderWithExistingSuggestionConfig()
[all …]
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DNetworkSuggestionStoreDataTest.java66 private static final String TEST_REALM = "realm.test.com"; field in NetworkSuggestionStoreDataTest
530 credential.setRealm(TEST_REALM); in createTestConfigWithUserCredential()
DWifiNetworkSuggestionsManagerTest.java147 private static final String TEST_REALM = "realm.test.com"; field in WifiNetworkSuggestionsManagerTest
4141 createTestConfigWithSimCredential(TEST_FQDN, TEST_IMSI, TEST_REALM); in testUpdateAutoJoinIfImsiProtectionIsEnabledAndDisabled()
4194 createTestConfigWithSimCredential(TEST_FQDN, TEST_IMSI, TEST_REALM); in testSendImsiProtectionNotificationOnUserAllowed()
4260 createTestConfigWithSimCredential(TEST_FQDN, TEST_IMSI, TEST_REALM); in testAutoJoinIsNotChangedWhenOobPseudonymIsEnabled()
5096 credential.setRealm(TEST_REALM); in createTestConfigWithUserCredential()