Searched refs:filterAccountsAsync (Results 1 – 9 of 9) sorted by relevance
152 public ListenableFuture<List<AccountInfo>> filterAccountsAsync(197 Futures.getUnchecked(filterAccountsAsync(AccountFilter.CONTACTS_WRITABLE))); in blockForWritableAccounts()208 public abstract ListenableFuture<List<AccountInfo>> filterAccountsAsync( in filterAccountsAsync() method in AccountTypeManager227 return Futures.getUnchecked(filterAccountsAsync(new Predicate<AccountInfo>() { in getWritableGoogleAccounts()606 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()
117 return Futures.transform(mAccountTypeManager.filterAccountsAsync( in loadData()
136 mAccountsFuture = AccountTypeManager.getInstance(this).filterAccountsAsync( in onCreate()
1130 .filterAccountsAsync(AccountTypeManager.AccountFilter.GROUPS_WRITABLE)); in selectAccountForNewGroup()
115 mAccountsFuture = AccountTypeManager.getInstance(getActivity()).filterAccountsAsync( in onResume()
464 .filterAccountsAsync(AccountTypeManager.writableFilter()), in loadData()
770 mWritableAccountsFuture = AccountTypeManager.getInstance(getContext()).filterAccountsAsync( in onResume()