android.content
Class AbstractThreadedSyncAdapter
java.lang.Object
android.content.AbstractThreadedSyncAdapter
public abstract class AbstractThreadedSyncAdapter
- extends 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)
AbstractThreadedSyncAdapter
public AbstractThreadedSyncAdapter(Context context,
boolean autoInitialize,
boolean allowParallelSyncs)
getContext
public Context getContext()
getSyncAdapterBinder
public final IBinder getSyncAdapterBinder()
onPerformSync
public abstract void onPerformSync(Account account,
Bundle extras,
String authority,
ContentProviderClient provider,
SyncResult syncResult)
onSyncCanceled
public void onSyncCanceled()
onSyncCanceled
public void onSyncCanceled(Thread thread)
Copyright © 2008-2012. All Rights Reserved.