public abstract class AbstractThreadedSyncAdapter extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
LOG_SYNC_DETAILS
Deprecated.
|
| Constructor and Description |
|---|
AbstractThreadedSyncAdapter(Context context,
boolean autoInitialize) |
AbstractThreadedSyncAdapter(Context context,
boolean autoInitialize,
boolean allowParallelSyncs) |
| Modifier and Type | Method and Description |
|---|---|
Context |
getContext() |
IBinder |
getSyncAdapterBinder() |
abstract void |
onPerformSync(Account account,
Bundle extras,
String authority,
ContentProviderClient provider,
SyncResult syncResult) |
void |
onSyncCanceled() |
void |
onSyncCanceled(Thread thread) |
@Deprecated public static final int LOG_SYNC_DETAILS
public AbstractThreadedSyncAdapter(Context context, boolean autoInitialize)
public AbstractThreadedSyncAdapter(Context context, boolean autoInitialize, boolean allowParallelSyncs)
public Context getContext()
public final IBinder getSyncAdapterBinder()
public abstract void onPerformSync(Account account, Bundle extras, String authority, ContentProviderClient provider, SyncResult syncResult)
public void onSyncCanceled()
public void onSyncCanceled(Thread thread)
Copyright © 2008-2013. All Rights Reserved.