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

  /packages/apps/Car/Settings/src/com/android/car/settings/accounts/
AccountManagerHelper.java 37 private final AuthenticatorHelper mAuthenticatorHelper;
49 mAuthenticatorHelper =
57 mAuthenticatorHelper.listenToAccountUpdates();
64 mAuthenticatorHelper.stopListeningToAccountUpdates();
76 String[] accountTypes = mAuthenticatorHelper.getEnabledAccountTypes();
118 return mAuthenticatorHelper.getDrawableForType(mContext, accountType);
129 return mAuthenticatorHelper.getLabelForType(mContext, accountType);
ChooseAccountItemProvider.java 64 private final AuthenticatorHelper mAuthenticatorHelper;
82 mAuthenticatorHelper =
107 Drawable icon = mAuthenticatorHelper.getDrawableForType(mContext, accountType);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
AccountsFragment.java 53 private AuthenticatorHelper mAuthenticatorHelper;
57 mAuthenticatorHelper = new AuthenticatorHelper(getContext(),
70 mAuthenticatorHelper.listenToAccountUpdates();
76 mAuthenticatorHelper.stopListeningToAccountUpdates();
AccountSyncFragment.java 82 private AuthenticatorHelper mAuthenticatorHelper;
100 mAuthenticatorHelper = new AuthenticatorHelper(getActivity(), mUserHandle, this);
118 mAuthenticatorHelper.listenToAccountUpdates();
119 mAuthenticatorHelper.updateAuthDescriptions(getActivity());
132 mAuthenticatorHelper.stopListeningToAccountUpdates();
  /packages/apps/Settings/src/com/android/settings/accounts/
AccountPreferenceBase.java 49 protected AuthenticatorHelper mAuthenticatorHelper;
63 mAuthenticatorHelper = new AuthenticatorHelper(activity, mUserHandle, this);
65 new AccountTypePreferenceLoader(this, mAuthenticatorHelper, mUserHandle);
121 mAuthenticatorHelper.updateAuthDescriptions(getActivity());
126 return mAuthenticatorHelper.getDrawableForType(getActivity(), accountType);
130 return mAuthenticatorHelper.getLabelForType(getActivity(), accountType);
AccountTypePreferenceLoader.java 61 private AuthenticatorHelper mAuthenticatorHelper;
68 mAuthenticatorHelper = authenticatorHelper;
80 if (mAuthenticatorHelper.containsAccountType(accountType)) {
83 desc = mAuthenticatorHelper.getAccountTypeDescription(accountType);
191 mAuthenticatorHelper.getAccountTypeDescription(acccountType);
AccountSyncSettings.java 175 mAuthenticatorHelper.listenToAccountUpdates();
184 mAuthenticatorHelper.stopListeningToAccountUpdates();

Completed in 222 milliseconds