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

  /packages/apps/AccountsAndSyncSettings/src/com/android/settings/
AccountPreferenceBase.java 153 protected CharSequence getLabelForType(final String accountType) {
AccountSyncSettings.java 437 mProviderId.setText(getLabelForType(mAccount.type));
  /packages/apps/Calendar/src/com/android/calendar/
SelectCalendarsAdapter.java 291 protected CharSequence getLabelForType(final String accountType) {
365 setText(view, R.id.account_type, getLabelForType(accountType).toString());

Completed in 74 milliseconds