Home
last modified time | relevance | path

Searched refs:filterAccountsAsync (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/apps/Contacts/src/com/android/contacts/model/
H A DAccountTypeManager.java152 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 AccountTypeManager
227 return Futures.getUnchecked(filterAccountsAsync(new Predicate<AccountInfo>() { in getWritableGoogleAccounts()
606 public ListenableFuture<List<AccountInfo>> filterAccountsAsync(
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/
H A DMockAccountTypeManager.java76 public ListenableFuture<List<AccountInfo>> filterAccountsAsync(Predicate<AccountInfo> filter) { in filterAccountsAsync() method in MockAccountTypeManager
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/account/
H A DAccountsLoader.java54 return mAccountTypeManager.filterAccountsAsync(mFilter); in loadData()
/aosp12/packages/apps/Contacts/src/com/android/contacts/util/
H A DAccountFilterUtil.java117 return Futures.transform(mAccountTypeManager.filterAccountsAsync( in loadData()
/aosp12/packages/apps/Contacts/src/com/android/contacts/activities/
H A DAttachPhotoActivity.java136 mAccountsFuture = AccountTypeManager.getInstance(this).filterAccountsAsync( in onCreate()
H A DPeopleActivity.java1130 .filterAccountsAsync(AccountTypeManager.AccountFilter.GROUPS_WRITABLE)); in selectAccountForNewGroup()
/aosp12/packages/apps/Contacts/src/com/android/contacts/interactions/
H A DImportDialogFragment.java115 mAccountsFuture = AccountTypeManager.getInstance(getActivity()).filterAccountsAsync( in onResume()
/aosp12/packages/apps/Contacts/src/com/android/contacts/
H A DSimImportFragment.java464 .filterAccountsAsync(AccountTypeManager.writableFilter()), in loadData()
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DDefaultContactBrowseListFragment.java770 mWritableAccountsFuture = AccountTypeManager.getInstance(getContext()).filterAccountsAsync( in onResume()