Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/contacts/common/model/
DAccountTypeManager.java262 private volatile CountDownLatch mInitializationLatch = new CountDownLatch(1); field in AccountTypeManagerImpl
382 CountDownLatch latch = mInitializationLatch; in ensureAccountsLoaded()
573 if (mInitializationLatch != null) { in loadAccountsInBackground()
574 mInitializationLatch.countDown(); in loadAccountsInBackground()
575 mInitializationLatch = null; in loadAccountsInBackground()