HomeSort by relevance Sort by last modified time
    Searched refs:getLabelForType (Results 1 - 9 of 9) 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 138 CharSequence providerName = getLabelForType(accountType);
246 protected CharSequence getLabelForType(final String accountType) {
AuthenticatorHelper.java 134 public CharSequence getLabelForType(Context context, final String accountType) {
AccountSettings.java 396 final CharSequence label = helper.getLabelForType(getActivity(), accountType);
AccountSyncSettings.java 556 mProviderId.setText(getLabelForType(mAccount.type));
ManageAccountsSettings.java 544 accPref.setSummary(getLabelForType(accPref.getAccount().type));
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
AuthenticatorHelper.java 78 public CharSequence getLabelForType(Context context, final String accountType) {
AccountSyncSettings.java 189 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);

Completed in 650 milliseconds