Example usage for android.content SyncStatusObserver interface-usage

List of usage examples for android.content SyncStatusObserver interface-usage

Introduction

In this page you can find the example usage for android.content SyncStatusObserver interface-usage.

Usage

From source file com.mobileglobe.android.simpledialer.common.model.AccountTypeManager.java

class AccountTypeManagerImpl extends AccountTypeManager implements OnAccountsUpdateListener, SyncStatusObserver {

    private static final Map<AccountTypeWithDataSet, AccountType> EMPTY_UNMODIFIABLE_ACCOUNT_TYPE_MAP = Collections
            .unmodifiableMap(new HashMap<AccountTypeWithDataSet, AccountType>());

    /**

From source file com.android.contacts.model.AccountTypeManager.java

class AccountTypeManagerImpl extends AccountTypeManager implements OnAccountsUpdateListener, SyncStatusObserver {

    private final Context mContext;
    private final AccountManager mAccountManager;
    private final DeviceLocalAccountLocator mLocalAccountLocator;
    private final Executor mMainThreadExecutor;