Home
last modified time | relevance | path

Searched defs:filterAccountsAsync (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/
DMockAccountTypeManager.java76 public ListenableFuture<List<AccountInfo>> filterAccountsAsync(Predicate<AccountInfo> filter) { in filterAccountsAsync() method in MockAccountTypeManager
/packages/apps/Contacts/src/com/android/contacts/model/
DAccountTypeManager.java201 public abstract ListenableFuture<List<AccountInfo>> filterAccountsAsync( in filterAccountsAsync() method in AccountTypeManager