Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/accounts/
H A DAuthenticatorHelper.java61 private boolean mListeningToAccountUpdates; field in AuthenticatorHelper
217 if (mListeningToAccountUpdates) { in onAccountsUpdated()
231 if (!mListeningToAccountUpdates) { in listenToAccountUpdates()
238 mListeningToAccountUpdates = true; in listenToAccountUpdates()
243 if (mListeningToAccountUpdates) { in stopListeningToAccountUpdates()
245 mListeningToAccountUpdates = false; in stopListeningToAccountUpdates()