android.content
Class AbstractThreadedSyncAdapter
java.lang.Object
android.content.AbstractThreadedSyncAdapter
public abstract class AbstractThreadedSyncAdapter
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG_SYNC_DETAILS
public static final int LOG_SYNC_DETAILS
- See Also:
- Constant Field Values
AbstractThreadedSyncAdapter
public AbstractThreadedSyncAdapter(Context context,
boolean autoInitialize)
getContext
public Context getContext()
getSyncAdapterBinder
public final IBinder getSyncAdapterBinder()
onPerformSync
public abstract void onPerformSync(Account account,
Bundle extras,
java.lang.String authority,
ContentProviderClient provider,
SyncResult syncResult)
Copyright © 2008-2010. All Rights Reserved.