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

  /packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/accounts/
AccountsItemProviderTest.java 86 when(mAccountManagerHelper.getLabelForType("g test type")).thenReturn("g test type");
87 when(mAccountManagerHelper.getLabelForType("t test type")).thenReturn("t test type");
88 when(mAccountManagerHelper.getLabelForType("p test type")).thenReturn("p test type");
  /packages/apps/Car/Settings/src/com/android/car/settings/accounts/
AccountManagerHelper.java 122 * Wrapper for {@code AuthenticatorHelper.getLabelForType}.
128 public CharSequence getLabelForType(final String accountType) {
129 return mAuthenticatorHelper.getLabelForType(mContext, accountType);
AccountsItemProvider.java 97 (Account a) -> mAccountManagerHelper.getLabelForType(a.type).toString())
124 CharSequence itemBody = mAccountManagerHelper.getLabelForType(accountType);
ChooseAccountItemProvider.java 140 CharSequence providerName = getLabelForType(accountType);
190 private CharSequence getLabelForType(final String accountType) {
AccountDetailsFragment.java 122 CharSequence accountLabel = mAccountManagerHelper.getLabelForType(mAccount.type);
  /packages/apps/Settings/src/com/android/settings/accounts/
AccountPreferenceBase.java 129 protected CharSequence getLabelForType(final String accountType) {
130 return mAuthenticatorHelper.getLabelForType(getActivity(), accountType);
AccountDashboardFragment.java 108 final CharSequence label = authHelper.getLabelForType(mContext, types[i]);
ChooseAccountActivity.java 152 CharSequence providerName = getLabelForType(accountType);
286 protected CharSequence getLabelForType(final String accountType) {
AccountPreferenceController.java 489 final CharSequence label = helper.getLabelForType(mContext, accountType);
AccountSyncSettings.java 570 mProviderId.setText(getLabelForType(mAccount.type));
  /packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/
AccountDashboardFragmentTest.java 151 public CharSequence getLabelForType(Context context, final String 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 334 milliseconds