Home
last modified time | relevance | path

Searched refs:getLabelForType (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Settings/src/com/android/settings/accounts/
DAccountPreferenceBase.java182 protected CharSequence getLabelForType(final String accountType) { in getLabelForType() method in AccountPreferenceBase
183 return mAuthenticatorHelper.getLabelForType(getActivity(), accountType); in getLabelForType()
DChooseAccountActivity.java139 CharSequence providerName = getLabelForType(accountType); in onAuthDescriptionsUpdated()
259 protected CharSequence getLabelForType(final String accountType) { in getLabelForType() method in ChooseAccountActivity
DManageAccountsSettings.java546 accPref.setSummary(getLabelForType(accPref.getAccount().type)); in onAuthDescriptionsUpdated()
DAccountSyncSettings.java564 mProviderId.setText(getLabelForType(mAccount.type)); in onAuthDescriptionsUpdated()
DAccountSettings.java438 final CharSequence label = helper.getLabelForType(getActivity(), accountType); in getAccountTypePreferences()
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
DSelectSyncedCalendarsMultiAccountAdapter.java303 protected CharSequence getLabelForType(final String accountType) { in getLabelForType() method in SelectSyncedCalendarsMultiAccountAdapter
393 CharSequence accountLabel = getLabelForType(accountType); in bindGroupView()