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

  /packages/apps/Settings/src/com/android/settings/accounts/
AccountPreferenceBase.java 182 protected CharSequence getLabelForType(final String accountType) {
183 return mAuthenticatorHelper.getLabelForType(getActivity(), accountType);
ChooseAccountActivity.java 139 CharSequence providerName = getLabelForType(accountType);
259 protected CharSequence getLabelForType(final String accountType) {
AccountSyncSettings.java 564 mProviderId.setText(getLabelForType(mAccount.type));
ManageAccountsSettings.java 546 accPref.setSummary(getLabelForType(accPref.getAccount().type));
AccountSettings.java 438 final CharSequence label = helper.getLabelForType(getActivity(), accountType);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/accounts/
AuthenticatorHelper.java 127 public CharSequence getLabelForType(Context context, final String accountType) {
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectSyncedCalendarsMultiAccountAdapter.java 303 protected CharSequence getLabelForType(final String accountType) {
393 CharSequence accountLabel = getLabelForType(accountType);

Completed in 412 milliseconds