Searched refs:authenticatorHelper (Results 1 – 2 of 2) sorted by relevance
136 public AuthenticatorHelper authenticatorHelper; field in AccountPreferenceController.ProfileData357 data.authenticatorHelper = in updateProfileUi()417 profileData.authenticatorHelper = new AuthenticatorHelper(context, in updateProfileUi()518 AuthenticatorHelper authenticatorHelper = mProfiles.valueAt(i).authenticatorHelper; in listenToAccountUpdates() local519 if (authenticatorHelper != null) { in listenToAccountUpdates()520 authenticatorHelper.listenToAccountUpdates(); in listenToAccountUpdates()528 AuthenticatorHelper authenticatorHelper = mProfiles.valueAt(i).authenticatorHelper; in stopListeningToAccountUpdates() local529 if (authenticatorHelper != null) { in stopListeningToAccountUpdates()530 authenticatorHelper.stopListeningToAccountUpdates(); in stopListeningToAccountUpdates()545 profileData.authenticatorHelper, profileData.userInfo.getUserHandle(), in updateAccountTypes()
73 AuthenticatorHelper authenticatorHelper, UserHandle userHandle) { in AccountTypePreferenceLoader() argument75 mAuthenticatorHelper = authenticatorHelper; in AccountTypePreferenceLoader()