HomeSort by relevance Sort by last modified time
    Searched refs:getAccountsAsync (Results 1 - 3 of 3) sorted by null

  /packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/
MockAccountTypeManager.java 71 public ListenableFuture<List<AccountInfo>> getAccountsAsync() {
  /packages/apps/Contacts/src/com/android/contacts/model/
AccountTypeManager.java 140 public ListenableFuture<List<AccountInfo>> getAccountsAsync() {
177 : AccountInfo.extractAccounts(Futures.getUnchecked(getAccountsAsync()));
196 public abstract ListenableFuture<List<AccountInfo>> getAccountsAsync();
234 AccountInfo.extractAccounts(Futures.getUnchecked(getAccountsAsync()));
299 AccountInfo.extractAccounts(Futures.getUnchecked(getAccountsAsync()));
527 public ListenableFuture<List<AccountInfo>> getAccountsAsync() {
  /packages/apps/Contacts/src/com/android/contacts/list/
CustomContactListFilterActivity.java 146 return Futures.transform(mAccountTypeManager.getAccountsAsync(),
    [all...]

Completed in 83 milliseconds