Searched refs:mLocalAccountsFuture (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/model/
H A DAccountTypeManager.java346 private ListenableFuture<List<AccountWithDataSet>> mLocalAccountsFuture; field in class:AccountTypeManagerImpl
464 if (mLocalAccountsFuture == null) {
512 mLocalAccountsFuture = mExecutor.submit(new Callable<List<AccountWithDataSet>>() {
522 Futures.addCallback(mLocalAccountsFuture, newAccountsUpdatedCallback(mLocalAccounts),
538 mLocalAccountsFuture));

Completed in 261 milliseconds