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

/packages/apps/Contacts/src/com/android/contacts/model/
H A DAccountTypeManager.java528 return getAllAccountsAsyncInternal();
531 private synchronized ListenableFuture<List<AccountInfo>> getAllAccountsAsyncInternal() { method in class:AccountTypeManagerImpl
569 return Futures.transform(getAllAccountsAsyncInternal(), new Function<List<AccountInfo>,

Completed in 11 milliseconds