Searched refs:getAccountsAsync (Results 1 – 3 of 3) sorted by relevance
147 public ListenableFuture<List<AccountInfo>> getAccountsAsync() {184 : AccountInfo.extractAccounts(Futures.getUnchecked(getAccountsAsync())); in getAccounts()203 public abstract ListenableFuture<List<AccountInfo>> getAccountsAsync(); in getAccountsAsync() method in AccountTypeManager241 AccountInfo.extractAccounts(Futures.getUnchecked(getAccountsAsync()));306 AccountInfo.extractAccounts(Futures.getUnchecked(getAccountsAsync()));558 public ListenableFuture<List<AccountInfo>> getAccountsAsync() {
71 public ListenableFuture<List<AccountInfo>> getAccountsAsync() { in getAccountsAsync() method in MockAccountTypeManager
146 return Futures.transform(mAccountTypeManager.getAccountsAsync(), in loadData()