Home
last modified time | relevance | path

Searched refs:authenticatorHelper (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/accounts/
DAccountSettings.java129 public AuthenticatorHelper authenticatorHelper; field in AccountSettings.ProfileData
317 profileData.authenticatorHelper = new AuthenticatorHelper(context, in updateProfileUi()
380 AuthenticatorHelper authenticatorHelper = mProfiles.valueAt(i).authenticatorHelper; in listenToAccountUpdates() local
381 if (authenticatorHelper != null) { in listenToAccountUpdates()
382 authenticatorHelper.listenToAccountUpdates(); in listenToAccountUpdates()
390 AuthenticatorHelper authenticatorHelper = mProfiles.valueAt(i).authenticatorHelper; in stopListeningToAccountUpdates() local
391 if (authenticatorHelper != null) { in stopListeningToAccountUpdates()
392 authenticatorHelper.stopListeningToAccountUpdates(); in stopListeningToAccountUpdates()
401 profileData.authenticatorHelper, profileData.userInfo.getUserHandle()); in updateAccountTypes()