Home
last modified time | relevance | path

Searched defs:authContext (Results 1 – 19 of 19) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/accounts/
H A DChooseAccountPreferenceController.java240 final Context authContext = mActivity in getDrawableForType() local
269 final Context authContext = mActivity in getLabelForType() local
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/accounts/
H A DAuthenticatorHelper.java107 Context authContext = context.createPackageContextAsUser(desc.packageName, 0, in getDrawableForType() local
134 Context authContext = context.createPackageContextAsUser(desc.packageName, 0, in getLabelForType() local
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/system/
H A DFactoryResetAccountsPreferenceController.java121 Context authContext = getContext().createPackageContextAsUser( in getAccountIcon() local
/aosp12/frameworks/base/core/java/android/accounts/
H A DChooseAccountTypeActivity.java135 Context authContext = createPackageContext(desc.packageName, 0); in buildTypeToAuthDescriptionMap() local
H A DChooseAccountActivity.java124 Context authContext = createPackageContext(desc.packageName, 0); in getDrawableForType() local
/aosp12/packages/apps/Settings/src/com/android/settings/
H A DMainClear.java516 Context authContext = context.createPackageContextAsUser(desc.packageName, in loadAccountList() local
H A DSettingsActivity.java514 Context authContext = createPackageContextAsUser(initialTitleResPackageName, in setTitleFromIntent() local
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCardApplication.java639 int authContext; in getAuthContext() local
H A DIccRecords.java1211 public String getIccSimChallengeResponse(int authContext, String data) { in getIccSimChallengeResponse()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java585 …public void requestIccSimAuthentication(int authContext, String data, String aid, Message response… in requestIccSimAuthentication()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java586 …public void requestIccSimAuthentication(int authContext, String data, String aid, Message response… in requestIccSimAuthentication()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DRILTest.java1216 int authContext = 1; in testRequestIccSimAuthentication() local
H A DSimulatedCommands.java1958 …public void requestIccSimAuthentication(int authContext, String data, String aid, Message response… in requestIccSimAuthentication()
H A DSimulatedCommandsVerifier.java1251 public void requestIccSimAuthentication(int authContext, String data, String aid, in requestIccSimAuthentication()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java1980 …public void requestIccSimAuthentication(int authContext, String data, String aid, Message response… in requestIccSimAuthentication()
H A DRIL.java4760 public void requestIccSimAuthentication(int authContext, String data, String aid, in requestIccSimAuthentication()
/aosp12/hardware/ril/include/telephony/
H A Dril.h7165 int authContext; /* P2 value of authentication command, see P2 parameter in member
/aosp12/hardware/ril/reference-ril/
H A Dril.h7165 int authContext; /* P2 value of authentication command, see P2 parameter in member
/aosp12/hardware/ril/libril/
H A Dril_service.cpp2373 Return<void> RadioImpl::requestIccSimAuthentication(int32_t serial, int32_t authContext, in requestIccSimAuthentication()