Home
last modified time | relevance | path

Searched refs:getIccAuthentication (Results 1 – 7 of 7) sorted by relevance

/frameworks/libs/service_entitlement/tests/src/com/android/libraries/entitlement/
DEapAkaHelperTest.java95 when(mMockTelephonyManagerForSubId.getIccAuthentication( in getEapAkaChallengeResponse()
114 when(mMockTelephonyManagerForSubId.getIccAuthentication( in getEapAkaChallengeResponse_getIccAuthenticationFailed()
131 when(mMockTelephonyManagerForSubId.getIccAuthentication( in getEapAkaResponse()
151 when(mMockTelephonyManagerForSubId.getIccAuthentication( in getEapAkaResponse_synchronizationFailure()
171 when(mMockTelephonyManagerForSubId.getIccAuthentication( in getEapAkaResponse_getIccAuthenticationFailed()
/frameworks/libs/service_entitlement/tests/src/com/android/libraries/entitlement/eapaka/
DEapAkaResponseTest.java99 when(mMockTelephonyManagerForSubId.getIccAuthentication( in generateEapAkaChallengeResponse_authSuccess()
117 when(mMockTelephonyManagerForSubId.getIccAuthentication( in generateEapAkaChallengeResponse_syncFailure()
DEapAkaApiTest.java204 when(mMockTelephonyManagerForSubId.getIccAuthentication( in queryEntitlementStatus_noAuthenticationToken()
251 when(mMockTelephonyManagerForSubId.getIccAuthentication( in queryEntitlementStatus_noAuthenticationToken_useHttpPost()
299 when(mMockTelephonyManagerForSubId.getIccAuthentication( in queryEntitlementStatus_noAuthenticationToken_invalidChallenge()
341 when(mMockTelephonyManagerForSubId.getIccAuthentication( in queryEntitlementStatus_noAuthenticationToken_secondChallenge()
388 when(mMockTelephonyManagerForSubId.getIccAuthentication( in queryEntitlementStatus_noAuthenticationToken_thirdChallenge()
440 when(mMockTelephonyManagerForSubId.getIccAuthentication( in queryEntitlementStatus_noAuthenticationToken_fourthChallenge_throwException()
529 when(mMockTelephonyManagerForSubId.getIccAuthentication( in queryEntitlementStatus_noAuthenticationToken_handleEapAkaSyncFailure()
569 when(mMockTelephonyManagerForSubId.getIccAuthentication( in queryEntitlementStatus_noAuthenticationToken_eapAkaSyncFailure_invalidChallenge()
613 when(mMockTelephonyManagerForSubId.getIccAuthentication( in queryEntitlementStatus_noAuthenticationToken_fourthEapAkaSyncFailure()
691 .getIccAuthentication(anyInt(), anyInt(), any()); in queryEntitlementStatus_hasNoAuthenticationToken_bypassAuthentication()
[all …]
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/eapaka/
DEapAkaResponse.java92 telephonyManager.getIccAuthentication( in respondToEapAkaChallenge()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java8790 public String getIccAuthentication(int appType,@AuthType int authType, String data) { in getIccAuthentication() method in TelephonyManager
8791 return getIccAuthentication(getSubId(), appType, authType, data); in getIccAuthentication()
8818 public String getIccAuthentication(int subId, int appType,@AuthType int authType, String data) { in getIccAuthentication() method in TelephonyManager
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt46045 method public String getIccAuthentication(int, int, String);