HomeSort by relevance Sort by last modified time
    Searched refs:authContext (Results 1 - 25 of 33) sorted by null

1 2

  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/accounts/
AuthenticatorHelper.java 105 Context authContext = context.createPackageContextAsUser(desc.packageName, 0,
108 authContext.getDrawable(desc.iconId), mUserHandle);
132 Context authContext = context.createPackageContextAsUser(desc.packageName, 0,
134 label = authContext.getResources().getText(desc.labelId);
  /packages/apps/Settings/src/com/android/settings/accounts/
ChooseAccountActivity.java 264 Context authContext = getActivity()
267 authContext.getDrawable(desc.iconId), mUserHandle);
291 Context authContext = getActivity()
293 label = authContext.getResources().getText(desc.labelId);
  /frameworks/base/core/java/android/accounts/
ChooseAccountTypeActivity.java 131 Context authContext = createPackageContext(desc.packageName, 0);
132 icon = authContext.getDrawable(desc.iconId);
133 final CharSequence sequence = authContext.getResources().getText(desc.labelId);
ChooseAccountActivity.java 104 Context authContext = createPackageContext(desc.packageName, 0);
105 icon = authContext.getDrawable(desc.iconId);
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-transport-http/1.0.2.v20150114/
aether-transport-http-1.0.2.v20150114.jar 
  /development/apps/Development/src/com/android/development/
AccountsTester.java 147 final Context authContext = getContext().createPackageContext(packageName,
149 holder.icon.setImageDrawable(authContext.getResources().getDrawable(
168 Context authContext;
170 authContext = createPackageContext(mAuthenticatorDescs[i].packageName, 0);
175 names.add(authContext.getString(mAuthenticatorDescs[i].labelId));
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCardApplication.java 56 * These values are for authContext (parameter P2) per 3GPP TS 31.102 (Section 7.1.2)
565 * Returns the authContext based on the type of UiccCard.
568 * @return authContext corresponding to the type or AUTH_CONTEXT_UNDEFINED if appType not
572 int authContext;
576 authContext = AUTH_CONTEXT_EAP_SIM;
580 authContext = AUTH_CONTEXT_EAP_AKA;
584 authContext = AUTH_CONTEXT_UNDEFINED;
588 return authContext;
    [all...]
IccRecords.java 689 * @param authContext parameter P2 that specifies the authentication context per 3GPP TS 31.102 (Section 7.1.2)
693 public String getIccSimChallengeResponse(int authContext, String data) {
701 ci.requestIccSimAuthentication(authContext, data,
  /packages/apps/Settings/src/com/android/settings/
MasterClear.java 312 Context authContext = context.createPackageContextAsUser(desc.packageName,
315 authContext.getDrawable(desc.iconId), userHandle);
SettingsActivity.java 463 Context authContext = createPackageContextAsUser(initialTitleResPackageName,
465 mInitialTitle = authContext.getResources().getText(mInitialTitleResId);
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
aether-connector-wagon-0.9.0.M2.jar 
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectSyncedCalendarsMultiAccountAdapter.java 308 Context authContext = mActivity.createPackageContext(desc.packageName, 0);
309 label = authContext.getResources().getText(desc.labelId);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipCommandInterface.java 546 public void requestIccSimAuthentication(int authContext, String data, String aid, Message response) {
  /hardware/interfaces/radio/1.0/
IRadio.hal     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCommandInterface.java 545 public void requestIccSimAuthentication(int authContext, String data, String aid, Message response) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CommandsInterface.java     [all...]
RIL.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommandsVerifier.java 1187 public void requestIccSimAuthentication(int authContext, String data, String aid,
SimulatedCommands.java     [all...]
  /hardware/ril/include/telephony/
ril.h     [all...]
  /hardware/ril/libril/
ril_service.cpp 402 int32_t authContext,
    [all...]
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 681 milliseconds

1 2