/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/accounts/ |
H A D | AccountTypesHelper.java | 28 import com.android.settingslib.accounts.AuthenticatorHelper; 48 private AuthenticatorHelper mAuthenticatorHelper; 64 mAuthenticatorHelper = new AuthenticatorHelper(mContext, mUserHandle, in AccountTypesHelper() 184 AuthenticatorHelper getAuthenticatorHelper() { in getAuthenticatorHelper() 189 void setAuthenticatorHelper(AuthenticatorHelper helper) { in setAuthenticatorHelper()
|
H A D | AccountDetailsBasePreferenceController.java | 31 import com.android.settingslib.accounts.AuthenticatorHelper; 99 AuthenticatorHelper helper = getAuthenticatorHelper(); in updateState() 104 AuthenticatorHelper getAuthenticatorHelper() { in getAuthenticatorHelper() 105 return new AuthenticatorHelper(getContext(), mUserHandle, null); in getAuthenticatorHelper()
|
H A D | AccountDetailsFragment.java | 32 import com.android.settingslib.accounts.AuthenticatorHelper; 40 AuthenticatorHelper.OnAccountsUpdateListener { 47 private AuthenticatorHelper mAuthenticatorHelper; 104 mAuthenticatorHelper = new AuthenticatorHelper(getContext(), mUserInfo.getUserHandle(), in onStart()
|
H A D | AccountListPreferenceController.java | 44 import com.android.settingslib.accounts.AuthenticatorHelper; 61 AuthenticatorHelper.OnAccountsUpdateListener { 66 private AuthenticatorHelper mAuthenticatorHelper; 156 AuthenticatorHelper createAuthenticatorHelper() { in createAuthenticatorHelper() 157 return new AuthenticatorHelper(getContext(), mUserInfo.getUserHandle(), this); in createAuthenticatorHelper()
|
H A D | AccountSyncDetailsPreferenceController.java | 45 import com.android.settingslib.accounts.AuthenticatorHelper; 64 AuthenticatorHelper.OnAccountsUpdateListener { 73 private AuthenticatorHelper mAuthenticatorHelper; 130 mAuthenticatorHelper = new AuthenticatorHelper(getContext(), mUserHandle, /* listener= */ in onCreateInternal()
|
H A D | ChooseAccountPreferenceController.java | 34 import com.android.settingslib.accounts.AuthenticatorHelper; 181 void setAuthenticatorHelper(AuthenticatorHelper helper) { in setAuthenticatorHelper()
|
/aosp12/packages/apps/Settings/src/com/android/settings/accounts/ |
H A D | AccountPreferenceBase.java | 33 import com.android.settingslib.accounts.AuthenticatorHelper; 37 implements AuthenticatorHelper.OnAccountsUpdateListener { 47 protected AuthenticatorHelper mAuthenticatorHelper; 61 mAuthenticatorHelper = new AuthenticatorHelper(activity, mUserHandle, this); in onCreate()
|
H A D | AccountHeaderPreferenceController.java | 34 import com.android.settingslib.accounts.AuthenticatorHelper; 92 final AuthenticatorHelper helper = new AuthenticatorHelper(mContext, mUserHandle, null); in onResume()
|
H A D | AccountPreferenceController.java | 59 import com.android.settingslib.accounts.AuthenticatorHelper; 73 implements PreferenceControllerMixin, AuthenticatorHelper.OnAccountsUpdateListener, 123 public AuthenticatorHelper authenticatorHelper; 315 new AuthenticatorHelper(mContext, userInfo.getUserHandle(), this); in updateProfileUi() 357 profileData.authenticatorHelper = new AuthenticatorHelper(context, in updateProfileUi() 427 AuthenticatorHelper authenticatorHelper = mProfiles.valueAt(i).authenticatorHelper; in listenToAccountUpdates() 437 AuthenticatorHelper authenticatorHelper = mProfiles.valueAt(i).authenticatorHelper; in stopListeningToAccountUpdates() 496 private ArrayList<AccountTypePreference> getAccountTypePreferences(AuthenticatorHelper helper, in getAccountTypePreferences() 564 private boolean accountTypeHasAnyRequestedAuthorities(AuthenticatorHelper helper, in accountTypeHasAnyRequestedAuthorities()
|
H A D | AccountDetailDashboardFragment.java | 36 import com.android.settingslib.accounts.AuthenticatorHelper; 180 final AuthenticatorHelper helper = new AuthenticatorHelper(context, userHandle, null); in updateUi()
|
H A D | AccountTypePreferenceLoader.java | 45 import com.android.settingslib.accounts.AuthenticatorHelper; 61 private AuthenticatorHelper mAuthenticatorHelper; 66 AuthenticatorHelper authenticatorHelper, UserHandle userHandle) { in AccountTypePreferenceLoader()
|
H A D | AccountSyncPreferenceController.java | 36 import com.android.settingslib.accounts.AuthenticatorHelper; 40 implements PreferenceControllerMixin, AuthenticatorHelper.OnAccountsUpdateListener {
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/ |
H A D | ShadowAuthenticationHelper.java | 24 import com.android.settingslib.accounts.AuthenticatorHelper; 30 @Implements(AuthenticatorHelper.class) 37 AuthenticatorHelper.OnAccountsUpdateListener listener) { in __constructor__()
|
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/accounts/ |
H A D | AccountDetailsBasePreferenceControllerTest.java | 38 import com.android.settingslib.accounts.AuthenticatorHelper; 62 private AuthenticatorHelper mAuthenticatorHelper; 134 AuthenticatorHelper getAuthenticatorHelper() { in getAuthenticatorHelper()
|
H A D | AccountListPreferenceControllerTest.java | 56 import com.android.settingslib.accounts.AuthenticatorHelper; 97 private AuthenticatorHelper mMockAuthenticatorHelper; 383 AuthenticatorHelper createAuthenticatorHelper() { in createAuthenticatorHelper()
|
H A D | ChooseAccountPreferenceControllerTest.java | 53 import com.android.settingslib.accounts.AuthenticatorHelper; 86 private AuthenticatorHelper mMockAuthenticatorHelper;
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/ |
H A D | AccountTypePreferenceLoaderTest.java | 41 import com.android.settingslib.accounts.AuthenticatorHelper; 79 final AuthenticatorHelper helper = new AuthenticatorHelper(mContext, UserHandle.CURRENT, in setUp()
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/ |
H A D | AccountsFragment.java | 42 import com.android.settingslib.accounts.AuthenticatorHelper; 61 private AuthenticatorHelper mAuthenticatorHelper; 65 mAuthenticatorHelper = new AuthenticatorHelper(getContext(), in onCreate()
|
H A D | AccountSyncFragment.java | 46 import com.android.settingslib.accounts.AuthenticatorHelper; 61 AuthenticatorHelper.OnAccountsUpdateListener { 88 private AuthenticatorHelper mAuthenticatorHelper; 106 mAuthenticatorHelper = new AuthenticatorHelper(getActivity(), mUserHandle, this); in onCreate()
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/accounts/ |
H A D | AuthenticatorHelper.java | 50 final public class AuthenticatorHelper extends BroadcastReceiver { class 67 public AuthenticatorHelper(Context context, UserHandle userHandle, in AuthenticatorHelper() method in AuthenticatorHelper
|