Home
last modified time | relevance | path

Searched refs:SyncAdapter (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/content/lib/accountaccess/src/com.android.cts.content/
DNotAlwaysSyncableSyncService.java25 private static SyncAdapter sInstance;
27 public static SyncAdapter getInstance(Context context) { in getInstance()
30 sInstance = new SyncAdapter(context.getApplicationContext(), false); in getInstance()
DAlwaysSyncableSyncService.java25 private static SyncAdapter sInstance;
27 public static SyncAdapter getInstance(Context context) { in getInstance()
30 sInstance = new SyncAdapter(context.getApplicationContext(), false); in getInstance()
DSyncAdapter.java29 public class SyncAdapter extends AbstractThreadedSyncAdapter { class
44 public SyncAdapter(Context context, boolean autoInitialize) { in SyncAdapter() method in SyncAdapter