Searched defs:mAccountsUpdatedListeners (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/accounts/
H A DAccountManager.java2560 private final HashMap<OnAccountsUpdateListener, Handler> mAccountsUpdatedListeners = field in class:AccountManager
2566 * in mAccountsUpdatedListeners.
2573 synchronized (mAccountsUpdatedListeners) {
2575 mAccountsUpdatedListeners.entrySet()) {
2615 synchronized (mAccountsUpdatedListeners) {
2616 if (mAccountsUpdatedListeners.containsKey(listener)) {
2619 final boolean wasEmpty = mAccountsUpdatedListeners.isEmpty();
2621 mAccountsUpdatedListeners.put(listener, handler);
2653 synchronized (mAccountsUpdatedListeners) {
2654 if (!mAccountsUpdatedListeners
[all...]

Completed in 81 milliseconds