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

  /packages/apps/Settings/src/com/android/settings/accounts/
ChooseAccountActivity.java 114 CharSequence providerName = getLabelForType(accountType);
217 protected CharSequence getLabelForType(final String accountType) {
AccountPreferenceBase.java 154 protected CharSequence getLabelForType(final String accountType) {
ManageAccountsSettings.java 289 pref.setSummary(getLabelForType(pref.getAccount().type));
AccountSyncSettings.java 497 mProviderId.setText(getLabelForType(mAccount.type));
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectSyncedCalendarsMultiAccountAdapter.java 271 protected CharSequence getLabelForType(final String accountType) {
324 setText(view, R.id.account_type, getLabelForType(accountType).toString());

Completed in 49 milliseconds