/aosp12/packages/apps/Settings/src/com/android/settings/accounts/ |
H A D | ChooseAccountPreferenceController.java | 240 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 D | AuthenticatorHelper.java | 107 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 D | FactoryResetAccountsPreferenceController.java | 121 Context authContext = getContext().createPackageContextAsUser( in getAccountIcon() local
|
/aosp12/frameworks/base/core/java/android/accounts/ |
H A D | ChooseAccountTypeActivity.java | 135 Context authContext = createPackageContext(desc.packageName, 0); in buildTypeToAuthDescriptionMap() local
|
H A D | ChooseAccountActivity.java | 124 Context authContext = createPackageContext(desc.packageName, 0); in getDrawableForType() local
|
/aosp12/packages/apps/Settings/src/com/android/settings/ |
H A D | MainClear.java | 516 Context authContext = context.createPackageContextAsUser(desc.packageName, in loadAccountList() local
|
H A D | SettingsActivity.java | 514 Context authContext = createPackageContextAsUser(initialTitleResPackageName, in setTitleFromIntent() local
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
H A D | UiccCardApplication.java | 639 int authContext; in getAuthContext() local
|
H A D | IccRecords.java | 1211 public String getIccSimChallengeResponse(int authContext, String data) { in getIccSimChallengeResponse()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
H A D | ImsPhoneCommandInterface.java | 585 …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 D | SipCommandInterface.java | 586 …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 D | RILTest.java | 1216 int authContext = 1; in testRequestIccSimAuthentication() local
|
H A D | SimulatedCommands.java | 1958 …public void requestIccSimAuthentication(int authContext, String data, String aid, Message response… in requestIccSimAuthentication()
|
H A D | SimulatedCommandsVerifier.java | 1251 public void requestIccSimAuthentication(int authContext, String data, String aid, in requestIccSimAuthentication()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | CommandsInterface.java | 1980 …public void requestIccSimAuthentication(int authContext, String data, String aid, Message response… in requestIccSimAuthentication()
|
H A D | RIL.java | 4760 public void requestIccSimAuthentication(int authContext, String data, String aid, in requestIccSimAuthentication()
|
/aosp12/hardware/ril/include/telephony/ |
H A D | ril.h | 7165 int authContext; /* P2 value of authentication command, see P2 parameter in member
|
/aosp12/hardware/ril/reference-ril/ |
H A D | ril.h | 7165 int authContext; /* P2 value of authentication command, see P2 parameter in member
|
/aosp12/hardware/ril/libril/ |
H A D | ril_service.cpp | 2373 Return<void> RadioImpl::requestIccSimAuthentication(int32_t serial, int32_t authContext, in requestIccSimAuthentication()
|