Home | History | Annotate | Download | only in sync-adapters

Lines Matching full:syncadapter

122 public class SyncAdapter extends AbstractThreadedSyncAdapter {
130 public SyncAdapter(Context context, boolean autoInitialize) {
144 public SyncAdapter(
317 package com.example.android.syncadapter;
325 private static SyncAdapter sSyncAdapter = null;
340 sSyncAdapter = new SyncAdapter(getApplicationContext(), true);
354 * in the base class code when the SyncAdapter
444 although it's usually called {@code syncadapter.xml}.
616 <action android:name="android.content.SyncAdapter"/>
618 <meta-data android:name="android.content.SyncAdapter"
619 android:resource="@xml/syncadapter" />
626 {@code android.content.SyncAdapter}, sent by the system to run the sync adapter. When the filter