Searched refs:getLabelForType (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Settings/src/com/android/settings/accounts/
H A DAccountPreferenceBase.java173 protected CharSequence getLabelForType(final String accountType) { method in class:AccountPreferenceBase
174 return mAuthenticatorHelper.getLabelForType(getActivity(), accountType);
H A DSyncSettings.java160 preference.setSummary(getLabelForType(account.type));
175 accPref.setSummary(getLabelForType(accPref.getAccount().type));
H A DChooseAccountActivity.java114 CharSequence providerName = getLabelForType(accountType);
217 protected CharSequence getLabelForType(final String accountType) { method in class:ChooseAccountActivity
H A DAuthenticatorHelper.java94 public CharSequence getLabelForType(Context context, final String accountType) { method in class:AuthenticatorHelper
H A DManageAccountsSettings.java439 accPref.setSummary(getLabelForType(accPref.getAccount().type));
H A DAccountSyncSettings.java513 mProviderId.setText(getLabelForType(mAccount.type));
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
H A DSelectSyncedCalendarsMultiAccountAdapter.java303 protected CharSequence getLabelForType(final String accountType) { method in class:SelectSyncedCalendarsMultiAccountAdapter
393 CharSequence accountLabel = getLabelForType(accountType);
/packages/apps/Settings/src/com/android/settings/
H A DSettings.java630 CharSequence label = mAuthenticatorHelper.getLabelForType(this, accountType);

Completed in 102 milliseconds