Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountsLoader.java38 public class AccountsLoader extends ListenableFutureLoader<List<AccountInfo>> { class
42 public AccountsLoader(Context context) { in AccountsLoader() method in AccountsLoader
46 public AccountsLoader(Context context, Predicate<AccountInfo> filter) { in AccountsLoader() method in AccountsLoader