Searched refs:filterAccountsAsync (Results 1 – 9 of 9) sorted by relevance
145 public ListenableFuture<List<AccountInfo>> filterAccountsAsync(190 Futures.getUnchecked(filterAccountsAsync(AccountFilter.CONTACTS_WRITABLE))); in blockForWritableAccounts()201 public abstract ListenableFuture<List<AccountInfo>> filterAccountsAsync( in filterAccountsAsync() method in AccountTypeManager220 return Futures.getUnchecked(filterAccountsAsync(new Predicate<AccountInfo>() { in getWritableGoogleAccounts()567 public ListenableFuture<List<AccountInfo>> filterAccountsAsync(
76 public ListenableFuture<List<AccountInfo>> filterAccountsAsync(Predicate<AccountInfo> filter) { in filterAccountsAsync() method in MockAccountTypeManager
54 return mAccountTypeManager.filterAccountsAsync(mFilter); in loadData()
127 return Futures.transform(mAccountTypeManager.filterAccountsAsync( in loadData()
111 mAccountsFuture = AccountTypeManager.getInstance(getActivity()).filterAccountsAsync( in onResume()
136 mAccountsFuture = AccountTypeManager.getInstance(this).filterAccountsAsync( in onCreate()
1130 .filterAccountsAsync(AccountTypeManager.AccountFilter.GROUPS_WRITABLE)); in selectAccountForNewGroup()
464 .filterAccountsAsync(AccountTypeManager.writableFilter()), in loadData()
770 mWritableAccountsFuture = AccountTypeManager.getInstance(getContext()).filterAccountsAsync( in onResume()