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

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
AuthenticatorHelper.java 98 public void updateAuthDescriptions(Context context) {
AccountSyncSettings.java 120 updateAuthDescriptions();
182 private void updateAuthDescriptions() {
183 mHelper.updateAuthDescriptions(this);
  /packages/apps/Settings/src/com/android/settings/accounts/
AccountPreferenceBase.java 172 public void updateAuthDescriptions() {
173 mAuthenticatorHelper.updateAuthDescriptions(getActivity());
AuthenticatorHelper.java 182 public void updateAuthDescriptions(Context context) {
209 updateAuthDescriptions(mContext);
ChooseAccountActivity.java 118 updateAuthDescriptions();
125 private void updateAuthDescriptions() {
AccountSyncSettings.java 221 updateAuthDescriptions();
ManageAccountsSettings.java 111 updateAuthDescriptions();

Completed in 439 milliseconds