Searched refs:authenticatorHelper (Results 1 – 1 of 1) sorted by relevance
129 public AuthenticatorHelper authenticatorHelper; field in AccountSettings.ProfileData317 profileData.authenticatorHelper = new AuthenticatorHelper(context, in updateProfileUi()380 AuthenticatorHelper authenticatorHelper = mProfiles.valueAt(i).authenticatorHelper; in listenToAccountUpdates() local381 if (authenticatorHelper != null) { in listenToAccountUpdates()382 authenticatorHelper.listenToAccountUpdates(); in listenToAccountUpdates()390 AuthenticatorHelper authenticatorHelper = mProfiles.valueAt(i).authenticatorHelper; in stopListeningToAccountUpdates() local391 if (authenticatorHelper != null) { in stopListeningToAccountUpdates()392 authenticatorHelper.stopListeningToAccountUpdates(); in stopListeningToAccountUpdates()401 profileData.authenticatorHelper, profileData.userInfo.getUserHandle()); in updateAccountTypes()