FileDocCategorySizeDatePackage
GoogleSubscribedFeedsProvider.javaAPI DocAndroid 1.5 API1067Wed May 06 22:42:48 BST 2009com.android.providers.subscribedfeeds

GoogleSubscribedFeedsProvider

public class GoogleSubscribedFeedsProvider extends SubscribedFeedsProvider

Fields Summary
private SubscribedFeedsSyncAdapter
mSyncAdapter
Constructors Summary
Methods Summary
public synchronized android.content.SyncAdaptergetSyncAdapter()

        if (mSyncAdapter == null) {
            mSyncAdapter = new SubscribedFeedsSyncAdapter(getContext(), this);
        }
        return mSyncAdapter;