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

  /packages/apps/Car/Settings/src/com/android/car/settings/accounts/
AccountManagerHelper.java 26 import com.android.settingslib.accounts.AuthenticatorHelper;
36 private final AuthenticatorHelper.OnAccountsUpdateListener mUpdateListener;
37 private final AuthenticatorHelper mAuthenticatorHelper;
42 AuthenticatorHelper.OnAccountsUpdateListener listener) {
50 new AuthenticatorHelper(mContext, mCurrentUserHandle, mUpdateListener);
111 * Wrapper for {@code AuthenticatorHelper.getDrawableForType}.
122 * Wrapper for {@code AuthenticatorHelper.getLabelForType}.
ChooseAccountFragment.java 27 import com.android.settingslib.accounts.AuthenticatorHelper;
37 implements AuthenticatorHelper.OnAccountsUpdateListener {
AccountsListFragment.java 31 import com.android.settingslib.accounts.AuthenticatorHelper;
37 implements AuthenticatorHelper.OnAccountsUpdateListener,
ChooseAccountItemProvider.java 39 import com.android.settingslib.accounts.AuthenticatorHelper;
64 private final AuthenticatorHelper mAuthenticatorHelper;
83 new AuthenticatorHelper(mContext, currUserInfo.getUserHandle(), mFragment);
AccountDetailsFragment.java 45 import com.android.settingslib.accounts.AuthenticatorHelper;
55 implements AuthenticatorHelper.OnAccountsUpdateListener {
  /packages/apps/Settings/src/com/android/settings/accounts/
AccountPreferenceBase.java 33 import com.android.settingslib.accounts.AuthenticatorHelper;
39 implements AuthenticatorHelper.OnAccountsUpdateListener {
49 protected AuthenticatorHelper mAuthenticatorHelper;
63 mAuthenticatorHelper = new AuthenticatorHelper(activity, mUserHandle, this);
AccountHeaderPreferenceController.java 34 import com.android.settingslib.accounts.AuthenticatorHelper;
91 final AuthenticatorHelper helper = new AuthenticatorHelper(mContext, mUserHandle, null);
AccountDashboardFragment.java 35 import com.android.settingslib.accounts.AuthenticatorHelper;
94 final AuthenticatorHelper authHelper = new AuthenticatorHelper(mContext,
AccountDetailDashboardFragment.java 31 import com.android.settingslib.accounts.AuthenticatorHelper;
147 final AuthenticatorHelper helper = new AuthenticatorHelper(context, userHandle, null);
AccountPreferenceController.java 58 import com.android.settingslib.accounts.AuthenticatorHelper;
71 implements PreferenceControllerMixin, AuthenticatorHelper.OnAccountsUpdateListener,
114 * The {@link AuthenticatorHelper} that holds accounts data for this profile.
116 public AuthenticatorHelper authenticatorHelper;
304 data.authenticatorHelper =
305 new AuthenticatorHelper(mContext, userInfo.getUserHandle(), this);
341 profileData.authenticatorHelper = new AuthenticatorHelper(context,
408 AuthenticatorHelper authenticatorHelper = mProfiles.valueAt(i).authenticatorHelper
    [all...]
AccountSyncPreferenceController.java 35 import com.android.settingslib.accounts.AuthenticatorHelper;
39 implements PreferenceControllerMixin, AuthenticatorHelper.OnAccountsUpdateListener {
AccountTypePreferenceLoader.java 44 import com.android.settingslib.accounts.AuthenticatorHelper;
61 private AuthenticatorHelper mAuthenticatorHelper;
66 AuthenticatorHelper authenticatorHelper, UserHandle userHandle) {
68 mAuthenticatorHelper = authenticatorHelper;
  /packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/
AccountDashboardFragmentTest.java 32 import com.android.settingslib.accounts.AuthenticatorHelper;
125 @Implements(AuthenticatorHelper.class)
133 AuthenticatorHelper.OnAccountsUpdateListener listener) {
AccountHeaderPreferenceControllerTest.java 38 import com.android.settingslib.accounts.AuthenticatorHelper;
110 @Implements(AuthenticatorHelper.class)
AccountTypePreferenceLoaderTest.java 41 import com.android.settingslib.accounts.AuthenticatorHelper;
77 final AuthenticatorHelper helper = new AuthenticatorHelper(mContext, UserHandle.CURRENT,
AccountPreferenceControllerTest.java 53 import com.android.settingslib.accounts.AuthenticatorHelper;
569 @Implements(AuthenticatorHelper.class)
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
AccountsFragment.java 38 import com.android.settingslib.accounts.AuthenticatorHelper;
53 private AuthenticatorHelper mAuthenticatorHelper;
57 mAuthenticatorHelper = new AuthenticatorHelper(getContext(),
AccountSyncFragment.java 41 import com.android.settingslib.accounts.AuthenticatorHelper;
55 AuthenticatorHelper.OnAccountsUpdateListener {
82 private AuthenticatorHelper mAuthenticatorHelper;
100 mAuthenticatorHelper = new AuthenticatorHelper(getActivity(), mUserHandle, this);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/accounts/
AuthenticatorHelper.java 48 final public class AuthenticatorHelper extends BroadcastReceiver {
49 private static final String TAG = "AuthenticatorHelper";
65 public AuthenticatorHelper(Context context, UserHandle userHandle,

Completed in 537 milliseconds