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

  /packages/apps/Settings/src/com/android/settings/accounts/
AccountPreferenceBase.java 181 protected CharSequence getLabelForType(final String accountType) {
182 return mAuthenticatorHelper.getLabelForType(getActivity(), accountType);
ChooseAccountActivity.java 131 CharSequence providerName = getLabelForType(accountType);
236 protected CharSequence getLabelForType(final String accountType) {
AuthenticatorHelper.java 133 public CharSequence getLabelForType(Context context, final String accountType) {
AccountSettings.java 368 final CharSequence label = helper.getLabelForType(getActivity(), accountType);
AccountSyncSettings.java 530 mProviderId.setText(getLabelForType(mAccount.type));
ManageAccountsSettings.java 528 accPref.setSummary(getLabelForType(accPref.getAccount().type));
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
AuthenticatorHelper.java 79 public CharSequence getLabelForType(Context context, final String accountType) {
AccountSyncSettings.java 190 mHelper.getLabelForType(this, mAccount.type).toString());
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectSyncedCalendarsMultiAccountAdapter.java 303 protected CharSequence getLabelForType(final String accountType) {
393 CharSequence accountLabel = getLabelForType(accountType);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/
BrowseInfo.java 491 CharSequence label = mAuthenticatorHelper.getLabelForType(mContext, accountType);

Completed in 198 milliseconds