HomeSort by relevance Sort by last modified time
    Searched defs:getLabelForType (Results 1 - 6 of 6) sorted by null

  /packages/apps/Settings/src/com/android/settings/accounts/
AuthenticatorHelper.java 94 public CharSequence getLabelForType(Context context, final String accountType) {
AccountPreferenceBase.java 173 protected CharSequence getLabelForType(final String accountType) {
174 return mAuthenticatorHelper.getLabelForType(getActivity(), accountType);
ChooseAccountActivity.java 114 CharSequence providerName = getLabelForType(accountType);
217 protected CharSequence getLabelForType(final String accountType) {
SyncSettings.java 160 preference.setSummary(getLabelForType(account.type));
175 accPref.setSummary(getLabelForType(accPref.getAccount().type));
AccountSyncSettings.java 513 mProviderId.setText(getLabelForType(mAccount.type));
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectSyncedCalendarsMultiAccountAdapter.java 303 protected CharSequence getLabelForType(final String accountType) {
393 CharSequence accountLabel = getLabelForType(accountType);

Completed in 218 milliseconds