Home
last modified time | relevance | path

Searched refs:updateAuthDescriptions (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/accounts/
H A DAccountPreferenceBase.java118 public void updateAuthDescriptions() { in updateAuthDescriptions() method in AccountPreferenceBase
119 mAuthenticatorHelper.updateAuthDescriptions(getActivity()); in updateAuthDescriptions()
H A DChooseAccountPreferenceController.java104 updateAuthDescriptions(); in displayPreference()
125 private void updateAuthDescriptions() { in updateAuthDescriptions() method in ChooseAccountPreferenceController
H A DAccountSyncSettings.java167 updateAuthDescriptions(); in onResume()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/accounts/
H A DAuthenticatorHelper.java177 public void updateAuthDescriptions(Context context) { in updateAuthDescriptions() method in AuthenticatorHelper
204 updateAuthDescriptions(mContext); in onAccountsUpdated()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
H A DAccountSyncFragment.java125 mAuthenticatorHelper.updateAuthDescriptions(getActivity()); in onStart()