Home
last modified time | relevance | path

Searched defs:getLabelForType (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
H A DShadowAuthenticationHelper.java55 protected CharSequence getLabelForType(Context context, final String accountType) { in getLabelForType() method in ShadowAuthenticationHelper
/aosp12/packages/apps/Settings/src/com/android/settings/accounts/
H A DAccountPreferenceBase.java127 protected CharSequence getLabelForType(final String accountType) { in getLabelForType() method in AccountPreferenceBase
H A DChooseAccountPreferenceController.java264 CharSequence getLabelForType(final String accountType) { in getLabelForType() method in ChooseAccountPreferenceController
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/accounts/
H A DAccountTypesHelper.java167 public CharSequence getLabelForType(String accountType) { in getLabelForType() method in AccountTypesHelper
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/accounts/
H A DAuthenticatorHelper.java129 public CharSequence getLabelForType(Context context, final String accountType) { in getLabelForType() method in AuthenticatorHelper