/packages/modules/Wifi/framework/tests/src/android/net/wifi/hotspot2/pps/ |
D | CredentialTest.java | 101 simCred.setEapType(EAPConstants.EAP_SIM); in createCredentialWithSimCredential() 117 userCred.setEapType(EAPConstants.EAP_TTLS); in createCredentialWithUserCredential() 209 cred.getUserCredential().setEapType(EAPConstants.EAP_TLS); in validateUserCredentialWithEapTls() 395 cred.getSimCredential().setEapType(EAPConstants.EAP_AKA); in validateSimCredentialWithEapAka() 412 cred.getSimCredential().setEapType(EAPConstants.EAP_AKA_PRIME); in validateSimCredentialWithEapAkaPrime() 463 cred.getSimCredential().setEapType(EAPConstants.EAP_TLS); in validateSimCredentialWithEapTls() 483 simCredential.setEapType(EAPConstants.EAP_SIM); in validateCredentialWithUserAndSimCredential()
|
/packages/modules/Wifi/framework/tests/src/android/net/wifi/hotspot2/ |
D | ConfigParserTest.java | 101 userCredential.setEapType(21); in generateConfigurationFromProfile() 112 simCredential.setEapType(23); in generateConfigurationFromProfile()
|
D | PasspointTestUtils.java | 63 cred.getSimCredential().setEapType(EAPConstants.EAP_SIM); in createCredential()
|
D | PasspointConfigurationTest.java | 577 userCred.setEapType(EAPConstants.EAP_TTLS); in createCredentialWithUserCredential() 703 userCredential.setEapType(21); in testValidatePasspointConfig()
|
/packages/modules/Wifi/framework/tests/src/android/net/wifi/hotspot2/omadm/ |
D | PpsMoParserTest.java | 153 userCredential.setEapType(21); in generateConfigurationFromPPSMOTree() 162 simCredential.setEapType(24); in generateConfigurationFromPPSMOTree()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
D | PasspointXmlUtilsTest.java | 132 userCredential.setEapType(21); in createFullPasspointConfiguration() 141 simCredential.setEapType(24); in createFullPasspointConfiguration()
|
D | PasspointConfigUserStoreDataTest.java | 165 userCredential.setEapType(21); in createFullPasspointConfiguration() 174 simCredential.setEapType(24); in createFullPasspointConfiguration()
|
D | PasspointManagerTest.java | 392 userCredential.setEapType(EAPConstants.EAP_TTLS); in createTestConfigWithUserCredentialAndRealm() 415 simCredential.setEapType(EAPConstants.EAP_SIM); in createTestConfigWithSimCredential() 600 config.getCredential().getUserCredential().setEapType(EAPConstants.EAP_TLS); in addProviderWithInvalidCredential() 1723 userCredential.setEapType(EAPConstants.EAP_TTLS); in addLegacyPasspointConfigWithUserCredential() 1799 simCredential.setEapType(EAPConstants.EAP_SIM); in addLegacyPasspointConfigWithSimCredential()
|
D | PasspointProviderTest.java | 291 userCredential.setEapType(EAPConstants.EAP_TTLS); in generateTestPasspointConfiguration() 316 simCredential.setEapType(EAPConstants.EAP_SIM); in generateTestPasspointConfiguration()
|
/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/pps/ |
D | Credential.java | 284 public void setEapType(int eapType) { in setEapType() method in Credential.UserCredential 451 userCredential.setEapType(in.readInt()); 704 public void setEapType(int eapType) { in setEapType() method in Credential.SimCredential 808 simCredential.setEapType(in.readInt());
|
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/ |
D | PasspointXmlUtils.java | 762 userCredential.setEapType((int) value); in deserializeUserCredential() 833 simCredential.setEapType((int) value); in deserializeSimCredential()
|
D | PasspointProvider.java | 1091 userCredential.setEapType(EAPConstants.EAP_TTLS); in buildUserCredentialFromEnterpriseConfig() 1142 simCredential.setEapType(eapType); in buildSimCredentialFromEnterpriseConfig()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | NetworkSuggestionStoreDataTest.java | 535 userCredential.setEapType(EAPConstants.EAP_TTLS); in createTestConfigWithUserCredential()
|
D | WifiNetworkSuggestionsManagerTest.java | 5101 userCredential.setEapType(EAPConstants.EAP_TTLS); in createTestConfigWithUserCredential() 5124 simCredential.setEapType(EAPConstants.EAP_SIM); in createTestConfigWithSimCredential()
|
D | WifiMetricsTest.java | 766 simCredential.setEapType(eapType); in createMockProvider()
|
/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/omadm/ |
D | PpsMoParser.java | 1045 userCred.setEapType(parseInteger(getPpsNodeValue(child))); in parseEAPMethod() 1117 simCred.setEapType(parseInteger(getPpsNodeValue(child))); in parseSimCredential()
|
/packages/modules/Wifi/framework/api/ |
D | current.txt | 1202 method public void setEapType(int); 1216 method public void setEapType(int);
|