Home
last modified time | relevance | path

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

/aosp12/packages/modules/IPsec/tests/iketests/src/java/android/net/eap/
H A DEapSessionConfigTest.java95 .setEapAkaConfig(SUB_ID, APPTYPE_USIM) in testBuildEapAka()
241 .setEapAkaConfig(SUB_ID, APPTYPE_USIM) in testPersistableBundleEncodeDecodeEapSessioConfig()
255 .setEapAkaConfig(SUB_ID, APPTYPE_USIM) in testPersistableBundleEncodeDecodeEapSessioConfigWithoutId()
/aosp12/frameworks/base/tests/vcn/java/android/net/vcn/persistablebundleutils/
H A DEapSessionConfigUtilsTest.java78 createBuilderWithId().setEapAkaConfig(SUB_ID, APPTYPE_USIM).build(); in testSetEapAkaEncodeDecodeIsLossless()
H A DIkeSessionParamsUtilsTest.java186 .setEapAkaConfig(subId, APPTYPE_USIM) in testEncodeRecodeParamsWithEapAuth()
/aosp12/packages/modules/IPsec/tests/cts/src/android/eap/cts/
H A DEapSessionConfigTest.java79 .setEapAkaConfig(SUB_ID, APPTYPE_USIM) in testBuildWithAllEapMethods()
/aosp12/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
H A DIkeSessionParamsTest.java717 .setEapAkaConfig(0, 0) in testExceptionOnEapOnlyOptionWithEapOnlyUnsafeMethod()
734 .setEapAkaConfig(0, TelephonyManager.APPTYPE_ISIM) in testBuildWithEapOnlyOption()
817 .setEapAkaConfig(SUB_ID, TelephonyManager.APPTYPE_ISIM) in testPersistableBundleEncodeDecodeAuthEap()
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/
H A DEapAkaTest.java191 .setEapAkaConfig(SUB_ID, APPTYPE_USIM) in setUp()
/aosp12/frameworks/base/core/java/android/net/vcn/persistablebundleutils/
H A DEapSessionConfigUtils.java182 builder.setEapAkaConfig(in.getInt(SUB_ID_KEY), in.getInt(APP_TYPE_KEY)); in setBuilderByReadingPersistableBundle()
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/statemachine/
H A DMethodStateTest.java104 .setEapAkaConfig(0, APPTYPE_USIM).build(); in testProcessTransitionToEapAka()
/aosp12/packages/modules/IPsec/src/java/android/net/eap/
H A DEapSessionConfig.java262 public Builder setEapAkaConfig(int subId, @UiccAppType int apptype) { in setEapAkaConfig() method in EapSessionConfig.Builder
/aosp12/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
H A DIkeSessionParamsTest.java136 .setEapAkaConfig(SUB_ID, APPTYPE_USIM) in createEapOnlySafeMethodsBuilder()
/aosp12/packages/modules/IPsec/api/
H A Dcurrent.txt16 method @NonNull public android.net.eap.EapSessionConfig.Builder setEapAkaConfig(int, int);
/aosp12/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
H A DEpdgTunnelManager.java1167 .setEapAkaConfig(subId, TelephonyManager.APPTYPE_USIM) in getEapConfig()