Home | History | Annotate | Download | only in content

Lines Matching full:syncadapter

30  * An abstract implementation of a SyncAdapter that spawns a thread to invoke a sync operation.
42 * with an intent with action <code>android.content.SyncAdapter</code>. This service
46 * &lt;action android:name="android.content.SyncAdapter" /&gt;
48 * &lt;meta-data android:name="android.content.SyncAdapter"
49 * android:resource="@xml/syncadapter" /&gt;
126 * in the SyncAdapter's configuration file.
282 * @return a reference to the IBinder of the SyncAdapter service.
289 * Perform a sync for this account. SyncAdapter-specific parameters may
294 * @param extras SyncAdapter-specific parameters
298 * @param syncResult SyncAdapter-specific parameters
308 * This will only be invoked when the SyncAdapter indicates that it doesn't support
326 * This will only be invoked when the SyncAdapter indicates that it does support