Home
last modified time | relevance | path

Searched refs:setEapAkaConfig (Results 1 – 10 of 10) sorted by relevance

/packages/modules/IPsec/tests/iketests/src/java/android/net/eap/
DEapSessionConfigTest.java113 .setEapAkaConfig(SUB_ID, APPTYPE_USIM) in testBuildEapAka()
123 .setEapAkaConfig( in testBuildEapAkaWithOption()
274 .setEapAkaConfig(SUB_ID, APPTYPE_USIM) in testPersistableBundleEncodeDecodeEapSessioConfig()
288 .setEapAkaConfig(SUB_ID, APPTYPE_USIM) in testPersistableBundleEncodeDecodeEapSessioConfigWithoutId()
/packages/modules/IPsec/tests/cts/src/android/eap/cts/
DEapSessionConfigTest.java80 .setEapAkaConfig(SUB_ID, APPTYPE_USIM) in testBuildWithAllEapMethods()
128 .setEapAkaConfig(SUB_ID, APPTYPE_USIM, in testBuildEapAkaConfigWithOption()
/packages/modules/IPsec/src/java/android/net/eap/
DEapSessionConfig.java262 public Builder setEapAkaConfig(int subId, @UiccAppType int apptype) { in setEapAkaConfig() method in EapSessionConfig.Builder
263 setEapAkaConfig(subId, apptype, null); in setEapAkaConfig()
276 public Builder setEapAkaConfig( in setEapAkaConfig() method in EapSessionConfig.Builder
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/
DEapAkaTest.java304 .setEapAkaConfig(SUB_ID, APPTYPE_USIM) in setUp()
468 .setEapAkaConfig( in verifyEapAkaReauth()
/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
DIkeSessionParamsTest.java801 .setEapAkaConfig(0, TelephonyManager.APPTYPE_ISIM) in testBuildWithDeviceIdentityandEapAkaAuth()
815 .setEapAkaConfig(0, 0) in testExceptionOnEapOnlyOptionWithEapOnlyUnsafeMethod()
832 .setEapAkaConfig(0, TelephonyManager.APPTYPE_ISIM) in testBuildWithEapOnlyOption()
915 .setEapAkaConfig(SUB_ID, TelephonyManager.APPTYPE_ISIM) in testPersistableBundleEncodeDecodeAuthEap()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/statemachine/
DMethodStateTest.java104 .setEapAkaConfig(0, APPTYPE_USIM).build(); in testProcessTransitionToEapAka()
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DIkeSessionParamsTest.java160 .setEapAkaConfig(SUB_ID, APPTYPE_USIM) in createEapOnlySafeMethodsBuilder()
/packages/modules/IPsec/api/
Dcurrent.txt30 method @NonNull public android.net.eap.EapSessionConfig.Builder setEapAkaConfig(int, int);
31 …method @NonNull public android.net.eap.EapSessionConfig.Builder setEapAkaConfig(int, int, @NonNull…
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
DEpdgTunnelManager.java1806 .setEapAkaConfig(subId, TelephonyManager.APPTYPE_USIM, option) in getEapConfig()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java1084 .setEapAkaConfig(0, TelephonyManager.APPTYPE_ISIM) in buildIkeSessionParamsEapAkaWithDeviceIdentity()