List of usage examples for android.content SyncStatusObserver interface-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;