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

  /packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/
MockAccountTypeManager.java 76 public ListenableFuture<List<AccountInfo>> filterAccountsAsync(Predicate<AccountInfo> filter) {
  /packages/apps/Contacts/src/com/android/contacts/model/account/
AccountsLoader.java 54 return mAccountTypeManager.filterAccountsAsync(mFilter);
  /packages/apps/Contacts/src/com/android/contacts/model/
AccountTypeManager.java 145 public ListenableFuture<List<AccountInfo>> filterAccountsAsync(
190 Futures.getUnchecked(filterAccountsAsync(AccountFilter.CONTACTS_WRITABLE)));
201 public abstract ListenableFuture<List<AccountInfo>> filterAccountsAsync(
220 return Futures.getUnchecked(filterAccountsAsync(new Predicate<AccountInfo>() {
567 public ListenableFuture<List<AccountInfo>> filterAccountsAsync(
  /packages/apps/Contacts/src/com/android/contacts/interactions/
ImportDialogFragment.java 111 mAccountsFuture = AccountTypeManager.getInstance(getActivity()).filterAccountsAsync(
  /packages/apps/Contacts/src/com/android/contacts/util/
AccountFilterUtil.java 127 return Futures.transform(mAccountTypeManager.filterAccountsAsync(
  /packages/apps/Contacts/src/com/android/contacts/activities/
AttachPhotoActivity.java 136 mAccountsFuture = AccountTypeManager.getInstance(this).filterAccountsAsync(
PeopleActivity.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/
SimImportFragment.java 464 .filterAccountsAsync(AccountTypeManager.writableFilter()),
  /packages/apps/Contacts/src/com/android/contacts/list/
DefaultContactBrowseListFragment.java 770 mWritableAccountsFuture = AccountTypeManager.getInstance(getContext()).filterAccountsAsync(
    [all...]

Completed in 175 milliseconds