Home
last modified time | relevance | path

Searched refs:setEapIdentity (Results 1 – 14 of 14) sorted by relevance

/packages/modules/IPsec/tests/cts/src/android/eap/cts/
DEapSessionConfigTest.java63 .setEapIdentity(EAP_IDENTITY)
78 .setEapIdentity(EAP_IDENTITY) in testBuildWithAllEapMethods()
127 .setEapIdentity(EAP_IDENTITY) in testBuildEapAkaConfigWithOption()
/packages/modules/IPsec/tests/iketests/src/java/android/net/eap/
DEapSessionConfigTest.java78 .setEapIdentity(EAP_IDENTITY) in testBuildEapSim()
227 new EapSessionConfig.Builder().setEapIdentity(null); in testSetEapIdentityNull()
272 .setEapIdentity(EAP_IDENTITY) in testPersistableBundleEncodeDecodeEapSessioConfig()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/
DEapAkaTest.java303 .setEapIdentity(EAP_IDENTITY) in setUp()
467 .setEapIdentity(EAP_IDENTITY) in verifyEapAkaReauth()
DEapSimTest.java175 .setEapIdentity(EAP_IDENTITY) in setUp()
DEapAkaPrimeTest.java289 .setEapIdentity(eapIdentity) in setUp()
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DIkeSessionMschapV2Test.java149 .setEapIdentity(EAP_IDENTITY)
DIkeSessionParamsTest.java158 .setEapIdentity(EAP_IDENTITY) in createEapOnlySafeMethodsBuilder()
/packages/modules/IPsec/src/java/android/net/eap/
DEapSessionConfig.java94 builder.setEapIdentity(eapId); in fromPersistableBundle()
235 public Builder setEapIdentity(@NonNull byte[] eapIdentity) { in setEapIdentity() method in EapSessionConfig.Builder
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkHalAidlImpl.java776 && !setEapIdentity(NativeUtil.stringToByteArray(eapParam))) { in saveWifiEnterpriseConfig()
1856 private boolean setEapIdentity(byte[] identity) { in setEapIdentity() method in SupplicantStaNetworkHalAidlImpl
1863 mISupplicantStaNetwork.setEapIdentity(identity); in setEapIdentity()
DSupplicantStaNetworkHalHidlImpl.java705 && !setEapIdentity(NativeUtil.stringToByteArrayList(eapParam))) { in saveWifiEnterpriseConfig()
1942 private boolean setEapIdentity(java.util.ArrayList<Byte> identity) { in setEapIdentity() method in SupplicantStaNetworkHalHidlImpl
1947 SupplicantStatus status = mISupplicantStaNetwork.setEapIdentity(identity); in setEapIdentity()
/packages/modules/IPsec/api/
Dcurrent.txt33 method @NonNull public android.net.eap.EapSessionConfig.Builder setEapIdentity(@NonNull byte[]);
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaNetworkHalAidlImplTest.java1647 }).when(mISupplicantStaNetworkMock).setEapIdentity(any(byte[].class)); in setupISupplicantNetworkMock()
DSupplicantStaNetworkHalHidlImplTest.java2183 }).when(mISupplicantStaNetworkMock).setEapIdentity(any(ArrayList.class)); in setupISupplicantNetworkMock()
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
DEpdgTunnelManager.java1807 .setEapIdentity(nai.getBytes(StandardCharsets.US_ASCII)) in getEapConfig()