Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/accounts/
DAuthenticatorHelper.java107 Context authContext = context.createPackageContextAsUser(desc.packageName, 0, in getDrawableForType() local
110 authContext.getDrawable(desc.iconId), mUserHandle); in getDrawableForType()
134 Context authContext = context.createPackageContextAsUser(desc.packageName, 0, in getLabelForType() local
136 label = authContext.getResources().getText(desc.labelId); in getLabelForType()
/frameworks/base/core/java/android/accounts/
DChooseAccountTypeActivity.java135 Context authContext = createPackageContext(desc.packageName, 0); in buildTypeToAuthDescriptionMap() local
136 icon = authContext.getDrawable(desc.iconId); in buildTypeToAuthDescriptionMap()
137 final CharSequence sequence = authContext.getResources().getText(desc.labelId); in buildTypeToAuthDescriptionMap()
DChooseAccountActivity.java124 Context authContext = createPackageContext(desc.packageName, 0); in getDrawableForType() local
125 icon = authContext.getDrawable(desc.iconId); in getDrawableForType()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccCardApplication.java639 int authContext; in getAuthContext() local
643 authContext = AUTH_CONTEXT_EAP_SIM; in getAuthContext()
647 authContext = AUTH_CONTEXT_EAP_AKA; in getAuthContext()
651 authContext = AUTH_CONTEXT_UNDEFINED; in getAuthContext()
655 return authContext; in getAuthContext()
DIccRecords.java1211 public String getIccSimChallengeResponse(int authContext, String data) { in getIccSimChallengeResponse() argument
1225 ci.requestIccSimAuthentication(authContext, data, parentApp.getAid(), in getIccSimChallengeResponse()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioSimProxy.java408 public void requestIccSimAuthentication(int serial, int authContext, String authData, in requestIccSimAuthentication() argument
412 mSimProxy.requestIccSimAuthentication(serial, authContext, authData, aid); in requestIccSimAuthentication()
414 mRadioProxy.requestIccSimAuthentication(serial, authContext, authData, aid); in requestIccSimAuthentication()
DCommandsInterface.java1985 …public void requestIccSimAuthentication(int authContext, String data, String aid, Message response… in requestIccSimAuthentication() argument
DRIL.java4129 public void requestIccSimAuthentication(int authContext, String data, String aid, in requestIccSimAuthentication() argument
4142 simProxy.requestIccSimAuthentication(rr.mSerial, authContext, in requestIccSimAuthentication()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java587 …public void requestIccSimAuthentication(int authContext, String data, String aid, Message response… in requestIccSimAuthentication() argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommandsVerifier.java1253 public void requestIccSimAuthentication(int authContext, String data, String aid, in requestIccSimAuthentication() argument
DRILTest.java1321 int authContext = 1; in testRequestIccSimAuthentication() local
1324 mRILUnderTest.requestIccSimAuthentication(authContext, data, aid, obtainMessage()); in testRequestIccSimAuthentication()
1326 mSerialNumberCaptor.capture(), eq(authContext), eq(data), eq(aid)); in testRequestIccSimAuthentication()
DSimulatedCommands.java1967 …public void requestIccSimAuthentication(int authContext, String data, String aid, Message response… in requestIccSimAuthentication() argument