Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accounts/
DSyncSettings.java160 preference.setSummary(getLabelForType(account.type)); in onAccountsUpdated()
175 accPref.setSummary(getLabelForType(accPref.getAccount().type)); in onAuthDescriptionsUpdated()
DAccountPreferenceBase.java173 protected CharSequence getLabelForType(final String accountType) { in getLabelForType() method in AccountPreferenceBase
174 return mAuthenticatorHelper.getLabelForType(getActivity(), accountType); in getLabelForType()
DChooseAccountActivity.java114 CharSequence providerName = getLabelForType(accountType); in onAuthDescriptionsUpdated()
217 protected CharSequence getLabelForType(final String accountType) { in getLabelForType() method in ChooseAccountActivity
DAuthenticatorHelper.java79 public CharSequence getLabelForType(Context context, final String accountType) { in getLabelForType() method in AuthenticatorHelper
DManageAccountsSettings.java381 accPref.setSummary(getLabelForType(accPref.getAccount().type)); in onAuthDescriptionsUpdated()
DAccountSyncSettings.java508 mProviderId.setText(getLabelForType(mAccount.type)); in onAuthDescriptionsUpdated()
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
DSelectSyncedCalendarsMultiAccountAdapter.java267 protected CharSequence getLabelForType(final String accountType) { in getLabelForType() method in SelectSyncedCalendarsMultiAccountAdapter
319 CharSequence accountLabel = getLabelForType(accountType); in bindGroupView()
/packages/apps/Settings/src/com/android/settings/
DSettings.java490 CharSequence label = mAuthenticatorHelper.getLabelForType(this, accountType); in insertAccountsHeaders()