Searched defs:getLabelForType (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/accounts/
H A DAccountPreferenceBase.java182 protected CharSequence getLabelForType(final String accountType) { method in class:AccountPreferenceBase
183 return mAuthenticatorHelper.getLabelForType(getActivity(), accountType);
H A DChooseAccountActivity.java139 CharSequence providerName = getLabelForType(accountType);
259 protected CharSequence getLabelForType(final String accountType) { method in class:ChooseAccountActivity
/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);

Completed in 112 milliseconds