Home
last modified time | relevance | path

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

/cts/tests/tests/appenumeration/app/target/src/android/appenumeration/testapp/
DMockSyncAdapterService.java31 private static SyncAdapter sInstance;
36 sInstance = new SyncAdapter(getApplicationContext()); in onBind()
41 static class SyncAdapter extends AbstractThreadedSyncAdapter { class in MockSyncAdapterService
43 public SyncAdapter(Context context) { in SyncAdapter() method in MockSyncAdapterService.SyncAdapter
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0704/test-app/src/android/security/cts/CVE_2021_0704_test/
DSyncService.java30 private static SyncAdapter sSyncAdapter = null;
38 sSyncAdapter = new SyncAdapter(this, true); in onStartCommand()
58 public class SyncAdapter extends AbstractThreadedSyncAdapter { class in SyncService
60 public SyncAdapter(Context context, boolean autoInitialize) { in SyncAdapter() method in SyncService.SyncAdapter
/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