Searched refs:SyncAdapter (Results 1 – 3 of 3) sorted by relevance
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