Searched refs:SyncAdapter (Results 1 – 5 of 5) sorted by relevance
31 private static SyncAdapter sInstance;36 sInstance = new SyncAdapter(getApplicationContext()); in onBind()41 static class SyncAdapter extends AbstractThreadedSyncAdapter { class in MockSyncAdapterService43 public SyncAdapter(Context context) { in SyncAdapter() method in MockSyncAdapterService.SyncAdapter
30 private static SyncAdapter sSyncAdapter = null;38 sSyncAdapter = new SyncAdapter(this, true); in onStartCommand()58 public class SyncAdapter extends AbstractThreadedSyncAdapter { class in SyncService60 public SyncAdapter(Context context, boolean autoInitialize) { in SyncAdapter() method in SyncService.SyncAdapter
25 private static SyncAdapter sInstance;27 public static SyncAdapter getInstance(Context context) { in getInstance()30 sInstance = new SyncAdapter(context.getApplicationContext(), false); in getInstance()
29 public class SyncAdapter extends AbstractThreadedSyncAdapter { class44 public SyncAdapter(Context context, boolean autoInitialize) { in SyncAdapter() method in SyncAdapter