Searched refs:getLabelForType (Results 1 – 8 of 8) sorted by relevance
160 preference.setSummary(getLabelForType(account.type)); in onAccountsUpdated()175 accPref.setSummary(getLabelForType(accPref.getAccount().type)); in onAuthDescriptionsUpdated()
173 protected CharSequence getLabelForType(final String accountType) { in getLabelForType() method in AccountPreferenceBase174 return mAuthenticatorHelper.getLabelForType(getActivity(), accountType); in getLabelForType()
114 CharSequence providerName = getLabelForType(accountType); in onAuthDescriptionsUpdated()217 protected CharSequence getLabelForType(final String accountType) { in getLabelForType() method in ChooseAccountActivity
79 public CharSequence getLabelForType(Context context, final String accountType) { in getLabelForType() method in AuthenticatorHelper
381 accPref.setSummary(getLabelForType(accPref.getAccount().type)); in onAuthDescriptionsUpdated()
508 mProviderId.setText(getLabelForType(mAccount.type)); in onAuthDescriptionsUpdated()
267 protected CharSequence getLabelForType(final String accountType) { in getLabelForType() method in SelectSyncedCalendarsMultiAccountAdapter319 CharSequence accountLabel = getLabelForType(accountType); in bindGroupView()
490 CharSequence label = mAuthenticatorHelper.getLabelForType(this, accountType); in insertAccountsHeaders()