Searched refs:getAccountsAsync (Results 1 – 3 of 3) sorted by relevance
141 public ListenableFuture<List<AccountInfo>> getAccountsAsync() {178 : AccountInfo.extractAccounts(Futures.getUnchecked(getAccountsAsync())); in getAccounts()197 public abstract ListenableFuture<List<AccountInfo>> getAccountsAsync(); in getAccountsAsync() method in AccountTypeManager235 AccountInfo.extractAccounts(Futures.getUnchecked(getAccountsAsync()));300 AccountInfo.extractAccounts(Futures.getUnchecked(getAccountsAsync()));529 public ListenableFuture<List<AccountInfo>> getAccountsAsync() {
71 public ListenableFuture<List<AccountInfo>> getAccountsAsync() { in getAccountsAsync() method in MockAccountTypeManager
146 return Futures.transform(mAccountTypeManager.getAccountsAsync(), in loadData()