Home
last modified time | relevance | path

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

/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
DSyncAdapter.java105 public SyncAdapter(Context context, boolean autoInitialize) { in SyncAdapter() argument
106 super(context, autoInitialize); in SyncAdapter()
114 public SyncAdapter(Context context, boolean autoInitialize, boolean allowParallelSyncs) { in SyncAdapter() argument
115 super(context, autoInitialize, allowParallelSyncs); in SyncAdapter()
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/syncadapter/
DSyncAdapter.java60 public SyncAdapter(Context context, boolean autoInitialize) { in SyncAdapter() argument
61 super(context, autoInitialize); in SyncAdapter()