Home
last modified time | relevance | path

Searched refs:autoInitialize (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/content/lib/accountaccess/src/com.android.cts.content/
DSyncAdapter.java44 public SyncAdapter(Context context, boolean autoInitialize) { in SyncAdapter() argument
45 super(context, autoInitialize); in SyncAdapter()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0704/test-app/src/android/security/cts/CVE_2021_0704_test/
DSyncService.java60 public SyncAdapter(Context context, boolean autoInitialize) { in SyncAdapter() argument
61 super(context, autoInitialize); in SyncAdapter()