Home
last modified time | relevance | path

Searched refs:authContext (Results 1 – 11 of 11) 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.java102 Context authContext = createPackageContext(desc.packageName, 0); in getDrawableForType() local
103 icon = authContext.getDrawable(desc.iconId); in getDrawableForType()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccCardApplication.java572 int authContext; in getAuthContext() local
576 authContext = AUTH_CONTEXT_EAP_SIM; in getAuthContext()
580 authContext = AUTH_CONTEXT_EAP_AKA; in getAuthContext()
584 authContext = AUTH_CONTEXT_UNDEFINED; in getAuthContext()
588 return authContext; in getAuthContext()
DIccRecords.java666 public String getIccSimChallengeResponse(int authContext, String data) { in getIccSimChallengeResponse() argument
674 ci.requestIccSimAuthentication(authContext, data, in getIccSimChallengeResponse()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java547 …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.java548 …public void requestIccSimAuthentication(int authContext, String data, String aid, Message response… in requestIccSimAuthentication() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1709 …public void requestIccSimAuthentication(int authContext, String data, String aid, Message response… in requestIccSimAuthentication() argument
DRIL.java4768 public void requestIccSimAuthentication(int authContext, String data, String aid, in requestIccSimAuthentication() argument
4772 rr.mParcel.writeInt(authContext); in requestIccSimAuthentication()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommandsVerifier.java1190 public void requestIccSimAuthentication(int authContext, String data, String aid, in requestIccSimAuthentication() argument
DSimulatedCommands.java1788 …public void requestIccSimAuthentication(int authContext, String data, String aid, Message response… in requestIccSimAuthentication() argument