Example usage for android.content AbstractThreadedSyncAdapter subclass-usage

List of usage examples for android.content AbstractThreadedSyncAdapter subclass-usage

Introduction

In this page you can find the example usage for android.content AbstractThreadedSyncAdapter subclass-usage.

Usage

From source file nl.hardijzer.bitonsync.syncadapter.SyncAdapter.java

/**
 * SyncAdapter implementation for syncing sample SyncAdapter contacts to the
 * platform ContactOperations provider.
 */
public class SyncAdapter extends AbstractThreadedSyncAdapter {
    private static final String TAG = "SyncAdapter";

From source file org.hfoss.posit.android.sync.SyncAdapter.java

/**
 * SyncAdapter implementation for syncing sample SyncAdapter contacts to the
 * platform ContactOperations provider.
 */
public class SyncAdapter extends AbstractThreadedSyncAdapter {

From source file at.bitfire.davdroid.syncadapter.DavSyncAdapter.java

import at.bitfire.davdroid.R;
import at.bitfire.davdroid.resource.LocalCollection;
import at.bitfire.davdroid.resource.LocalStorageException;
import at.bitfire.davdroid.resource.WebDavCollection;
import at.bitfire.davdroid.ui.settings.AccountActivity;
import at.bitfire.davdroid.webdav.DavException;

From source file com.bearstech.android.myownsync.syncadapter.SyncAdapter.java

/**
 * SyncAdapter implementation for syncing sample SyncAdapter contacts to the
 * platform ContactOperations provider.
 */
public class SyncAdapter extends AbstractThreadedSyncAdapter {
    private static final String TAG = "SyncAdapter";

From source file com.zoterodroid.syncadapter.CitationSyncAdapter.java

/**
 * SyncAdapter implementation for syncing sample SyncAdapter contacts to the
 * platform ContactOperations provider.
 */
public class CitationSyncAdapter extends AbstractThreadedSyncAdapter {
    private static final String TAG = "CitationSyncAdapter";

From source file com.nbos.phonebook.sync.syncadapter.SyncAdapter.java

/**
 * SyncAdapter implementation for syncing sample SyncAdapter contacts to the
 * platform ContactOperations provider.
 */
public class SyncAdapter extends AbstractThreadedSyncAdapter {
    private static final String tag = "SyncAdapter";

From source file org.ohmage.sync.StreamSyncAdapter.java

/**
 * Handle the transfer of data between a server the ohmage app using the Android sync adapter
 * framework.
 */
public class StreamSyncAdapter extends AbstractThreadedSyncAdapter {

From source file edu.vanderbilt.cs282.feisele.assignment7.syncadapter.SyncAdapter.java

/**
 * SyncAdapter implementation for syncing sample SyncAdapter contacts to the
 * platform ContactOperations provider.
 */
public class SyncAdapter extends AbstractThreadedSyncAdapter {
    private static final String TAG = "SyncAdapter";

From source file com.example.socialconnect.platform.syncadapter.SyncAdapter.java

/**
 * SyncAdapter implementation for syncing sample SyncAdapter contacts to the
 * platform ContactOperations provider. This sample shows a basic 2-way sync
 * between the client and a sample server. It also contains an example of how to
 * update the contacts' status messages, which would be useful for a messaging
 * or social networking client.

From source file org.kontalk.sync.SyncAdapter.java

/**
 * The Sync Adapter.
 * @author Daniele Ricci
 */
public class SyncAdapter extends AbstractThreadedSyncAdapter {
    public static final String TAG = SyncAdapter.class.getSimpleName();