Home
last modified time | relevance | path

Searched refs:AccountTypeProvider (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/model/
DAccountTypeManager.java43 import com.android.contacts.model.account.AccountTypeProvider;
353 private AccountTypeProvider mTypeProvider;
359 private ListenableFuture<AccountTypeProvider> mAccountTypesFuture;
367 private final Function<AccountTypeProvider, List<AccountWithDataSet>> mAccountsExtractor =
368 new Function<AccountTypeProvider, List<AccountWithDataSet>>() {
371 public List<AccountWithDataSet> apply(@Nullable AccountTypeProvider typeProvider) {
402 mTypeProvider = new AccountTypeProvider(context);
478 mTypeProvider = new AccountTypeProvider(mContext);
480 mAccountTypesFuture = mExecutor.submit(new Callable<AccountTypeProvider>() {
482 public AccountTypeProvider call() throws Exception {
[all …]
/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountTypeProvider.java50 public class AccountTypeProvider { class
59 public AccountTypeProvider(Context context) { in AccountTypeProvider() method in AccountTypeProvider
67 public AccountTypeProvider(Context context, DeviceLocalAccountTypeFactory localTypeFactory, in AccountTypeProvider() method in AccountTypeProvider