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

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
AuthenticatorHelper.java 61 Context authContext = context.createPackageContext(desc.packageName, 0);
62 icon = authContext.getResources().getDrawable(desc.iconId);
84 Context authContext = context.createPackageContext(desc.packageName, 0);
85 label = authContext.getResources().getText(desc.labelId);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneSubInfo.java 301 int authContext = uiccApp.getAuthContext();
306 authContext = UiccCardApplication.AUTH_CONTEXT_EAP_SIM;
309 if(authContext == UiccCardApplication.AUTH_CONTEXT_UNDEFINED) {
310 Rlog.e(LOG_TAG, "getIccSimChallengeResponse() authContext undefined for app type " +
315 return uiccApp.getIccRecords().getIccSimChallengeResponse(authContext, data);
CommandsInterface.java     [all...]
RIL.java     [all...]
  /packages/apps/Settings/src/com/android/settings/accounts/
AuthenticatorHelper.java 111 Context authContext = context.createPackageContextAsUser(desc.packageName, 0,
114 authContext.getDrawable(desc.iconId), mUserHandle);
138 Context authContext = context.createPackageContextAsUser(desc.packageName, 0,
140 label = authContext.getResources().getText(desc.labelId);
ChooseAccountActivity.java 217 Context authContext = createPackageContextAsUser(desc.packageName, 0, mUserHandle);
219 authContext.getDrawable(desc.iconId), mUserHandle);
241 Context authContext = createPackageContextAsUser(desc.packageName, 0, mUserHandle);
242 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 102 Context authContext = createPackageContext(desc.packageName, 0);
103 icon = authContext.getDrawable(desc.iconId);
  /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 584 * @param authContext parameter P2 that specifies the authentication context per 3GPP TS 31.102 (Section 7.1.2)
588 public String getIccSimChallengeResponse(int authContext, String data) {
596 ci.requestIccSimAuthentication(authContext, data,
  /packages/apps/Settings/src/com/android/settings/
MasterClear.java 235 Context authContext = context.createPackageContextAsUser(desc.packageName,
238 authContext.getDrawable(desc.iconId), userHandle);
SettingsActivity.java 670 Context authContext = createPackageContextAsUser(initialTitleResPackageName,
672 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/imsphone/
ImsPhoneCommandInterface.java 547 public void requestIccSimAuthentication(int authContext, String data, String aid, Message response) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipCommandInterface.java 548 public void requestIccSimAuthentication(int authContext, String data, String aid, Message response) {
  /hardware/ril/include/telephony/
ril.h     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommands.java     [all...]
  /hardware/ril/libril/
ril.cpp     [all...]

Completed in 604 milliseconds