Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/src/com/android/contacts/model/
H A DAccountTypeManager.java147 public ListenableFuture<List<AccountInfo>> getAccountsAsync() {
184 : AccountInfo.extractAccounts(Futures.getUnchecked(getAccountsAsync())); in getAccounts()
203 public abstract ListenableFuture<List<AccountInfo>> getAccountsAsync(); in getAccountsAsync() method in AccountTypeManager
241 AccountInfo.extractAccounts(Futures.getUnchecked(getAccountsAsync()));
306 AccountInfo.extractAccounts(Futures.getUnchecked(getAccountsAsync()));
558 public ListenableFuture<List<AccountInfo>> getAccountsAsync() {
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/
H A DMockAccountTypeManager.java71 public ListenableFuture<List<AccountInfo>> getAccountsAsync() { in getAccountsAsync() method in MockAccountTypeManager
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DCustomContactListFilterActivity.java146 return Futures.transform(mAccountTypeManager.getAccountsAsync(), in loadData()