HomeSort by relevance Sort by last modified time
    Searched defs:SyncAdapter (Results 1 - 2 of 2) sorted by null

  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/syncadapter/
SyncAdapter.java 16 package com.example.android.samplesync.syncadapter;
44 * SyncAdapter implementation for syncing sample SyncAdapter contacts to the
50 public class SyncAdapter extends AbstractThreadedSyncAdapter {
52 private static final String TAG = "SyncAdapter";
60 public SyncAdapter(Context context, boolean autoInitialize) {
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapter/src/main/java/com/example/android/network/sync/basicsyncadapter/
SyncAdapter.java 51 * <p>This class is instantiated in {@link SyncService}, which also binds SyncAdapter to the system.
52 * SyncAdapter should only be initialized in SyncService, never anywhere else.
57 class SyncAdapter extends AbstractThreadedSyncAdapter {
58 public static final String TAG = "SyncAdapter";
103 public SyncAdapter(Context context, boolean autoInitialize) {
111 public SyncAdapter(Context context, boolean autoInitialize, boolean allowParallelSyncs) {
119 * done here. Extending AbstractThreadedSyncAdapter ensures that all methods within SyncAdapter

Completed in 1694 milliseconds