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

/packages/apps/Settings/src/com/android/settings/accounts/
H A DChooseAccountActivity.java114 CharSequence providerName = getLabelForType(accountType);
217 protected CharSequence getLabelForType(final String accountType) { method in class:ChooseAccountActivity
H A DAccountPreferenceBase.java154 protected CharSequence getLabelForType(final String accountType) { method in class:AccountPreferenceBase
H A DManageAccountsSettings.java289 pref.setSummary(getLabelForType(pref.getAccount().type));
H A DAccountSyncSettings.java497 mProviderId.setText(getLabelForType(mAccount.type));
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
H A DSelectSyncedCalendarsMultiAccountAdapter.java271 protected CharSequence getLabelForType(final String accountType) { method in class:SelectSyncedCalendarsMultiAccountAdapter
324 setText(view, R.id.account_type, getLabelForType(accountType).toString());

Completed in 108 milliseconds