Home | History | Annotate | Download | only in content

Lines Matching refs:syncAdapter

426         intent.setAction("android.content.SyncAdapter");
501 * then the extras can contain SyncAdapter-specific information
508 * @param extras a Map of SyncAdapter-specific information to control
568 for (RegisteredServicesCache.ServiceInfo<SyncAdapterType> syncAdapter :
570 syncableAuthorities.add(syncAdapter.type.authority);
922 intent.setAction("android.content.SyncAdapter");
1284 public final ISyncAdapter syncAdapter;
1285 ServiceConnectionData(ActiveSyncContext activeSyncContext, ISyncAdapter syncAdapter) {
1287 this.syncAdapter = syncAdapter;
1405 runBoundToSyncAdapter(msgData.syncAdapter);
1419 // cancel the sync if we have a syncadapter, which means one is
1717 private void runBoundToSyncAdapter(ISyncAdapter syncAdapter) {
1718 mActiveSyncContext.mSyncAdapter = syncAdapter;
1721 syncAdapter.startSync(mActiveSyncContext, syncOperation.authority,