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

  /packages/apps/Settings/src/com/android/settings/accounts/
AccountPreferenceBase.java 173 protected CharSequence getLabelForType(final String accountType) {
174 return mAuthenticatorHelper.getLabelForType(getActivity(), accountType);
SyncSettings.java 160 preference.setSummary(getLabelForType(account.type));
175 accPref.setSummary(getLabelForType(accPref.getAccount().type));
ChooseAccountActivity.java 114 CharSequence providerName = getLabelForType(accountType);
217 protected CharSequence getLabelForType(final String accountType) {
AuthenticatorHelper.java 94 public CharSequence getLabelForType(Context context, final String accountType) {
ManageAccountsSettings.java 439 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);
  /packages/apps/Settings/src/com/android/settings/
Settings.java 630 CharSequence label = mAuthenticatorHelper.getLabelForType(this, accountType);
    [all...]

Completed in 99 milliseconds