Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/model/
DAccountTypeManager.java141 public ListenableFuture<List<AccountInfo>> getAccountsAsync() {
178 : AccountInfo.extractAccounts(Futures.getUnchecked(getAccountsAsync())); in getAccounts()
197 public abstract ListenableFuture<List<AccountInfo>> getAccountsAsync(); in getAccountsAsync() method in AccountTypeManager
235 AccountInfo.extractAccounts(Futures.getUnchecked(getAccountsAsync()));
300 AccountInfo.extractAccounts(Futures.getUnchecked(getAccountsAsync()));
527 public ListenableFuture<List<AccountInfo>> getAccountsAsync() {
/packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/
DMockAccountTypeManager.java71 public ListenableFuture<List<AccountInfo>> getAccountsAsync() { in getAccountsAsync() method in MockAccountTypeManager
/packages/apps/Contacts/src/com/android/contacts/list/
DCustomContactListFilterActivity.java146 return Futures.transform(mAccountTypeManager.getAccountsAsync(), in loadData()