Searched refs:getLabelForType (Results 1 – 6 of 6) sorted by relevance
182 protected CharSequence getLabelForType(final String accountType) { in getLabelForType() method in AccountPreferenceBase183 return mAuthenticatorHelper.getLabelForType(getActivity(), accountType); in getLabelForType()
139 CharSequence providerName = getLabelForType(accountType); in onAuthDescriptionsUpdated()259 protected CharSequence getLabelForType(final String accountType) { in getLabelForType() method in ChooseAccountActivity
546 accPref.setSummary(getLabelForType(accPref.getAccount().type)); in onAuthDescriptionsUpdated()
564 mProviderId.setText(getLabelForType(mAccount.type)); in onAuthDescriptionsUpdated()
438 final CharSequence label = helper.getLabelForType(getActivity(), accountType); in getAccountTypePreferences()
303 protected CharSequence getLabelForType(final String accountType) { in getLabelForType() method in SelectSyncedCalendarsMultiAccountAdapter393 CharSequence accountLabel = getLabelForType(accountType); in bindGroupView()