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.java45 import com.android.contacts.model.account.AccountTypeProvider;
343 private AccountTypeProvider mTypeProvider;
348 private ListenableFuture<AccountTypeProvider> mAccountTypesFuture;
355 private final Function<AccountTypeProvider, List<AccountWithDataSet>> mAccountsExtractor =
356 new Function<AccountTypeProvider, List<AccountWithDataSet>>() {
359 public List<AccountWithDataSet> apply(@Nullable AccountTypeProvider typeProvider) {
380 mTypeProvider = new AccountTypeProvider(context);
471 mTypeProvider = new AccountTypeProvider(mContext);
473 mAccountTypesFuture = mExecutor.submit(new Callable<AccountTypeProvider>() {
475 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