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.java105 Context authContext = context.createPackageContextAsUser(desc.packageName, 0, in getDrawableForType() local
108 authContext.getDrawable(desc.iconId), mUserHandle); in getDrawableForType()
132 Context authContext = context.createPackageContextAsUser(desc.packageName, 0, in getLabelForType() local
134 label = authContext.getResources().getText(desc.labelId); in getLabelForType()
/frameworks/base/core/java/android/accounts/
DChooseAccountTypeActivity.java131 Context authContext = createPackageContext(desc.packageName, 0); in buildTypeToAuthDescriptionMap() local
132 icon = authContext.getDrawable(desc.iconId); in buildTypeToAuthDescriptionMap()
133 final CharSequence sequence = authContext.getResources().getText(desc.labelId); in buildTypeToAuthDescriptionMap()
DChooseAccountActivity.java131 Context authContext = createPackageContext(desc.packageName, 0); in getDrawableForType() local
132 icon = authContext.getDrawable(desc.iconId); in getDrawableForType()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccCardApplication.java584 int authContext; in getAuthContext() local
588 authContext = AUTH_CONTEXT_EAP_SIM; in getAuthContext()
592 authContext = AUTH_CONTEXT_EAP_AKA; in getAuthContext()
596 authContext = AUTH_CONTEXT_UNDEFINED; in getAuthContext()
600 return authContext; in getAuthContext()
DIccRecords.java1088 public String getIccSimChallengeResponse(int authContext, String data) { in getIccSimChallengeResponse() argument
1096 ci.requestIccSimAuthentication(authContext, data, in getIccSimChallengeResponse()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java562 …public void requestIccSimAuthentication(int authContext, String data, String aid, Message response… in requestIccSimAuthentication() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java563 …public void requestIccSimAuthentication(int authContext, String data, String aid, Message response… in requestIccSimAuthentication() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1824 …public void requestIccSimAuthentication(int authContext, String data, String aid, Message response… in requestIccSimAuthentication() argument
DRIL.java3869 public void requestIccSimAuthentication(int authContext, String data, String aid, in requestIccSimAuthentication() argument
3881 authContext, in requestIccSimAuthentication()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommandsVerifier.java1215 public void requestIccSimAuthentication(int authContext, String data, String aid, in requestIccSimAuthentication() argument
DSimulatedCommands.java1873 …public void requestIccSimAuthentication(int authContext, String data, String aid, Message response… in requestIccSimAuthentication() argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java941 int authContext = 1; in testRequestIccSimAuthentication() local
944 mRILUnderTest.requestIccSimAuthentication(authContext, data, aid, obtainMessage()); in testRequestIccSimAuthentication()
946 mSerialNumberCaptor.capture(), eq(authContext), eq(data), eq(aid)); in testRequestIccSimAuthentication()