HomeSort by relevance Sort by last modified time
    Searched refs:syncAdapter (Results 1 - 4 of 4) sorted by null

  /development/apps/Development/src/com/android/development/
SyncAdapterDriver.java 131 ISyncAdapter syncAdapter = null;
133 syncAdapter = mActiveServiceConnection.mBoundSyncAdapter;
136 if (syncAdapter != null) {
161 ISyncAdapter syncAdapter = null;
163 syncAdapter = mActiveServiceConnection.mBoundSyncAdapter;
166 if (syncAdapter != null) {
172 syncAdapter.startSync(mActiveServiceConnection,
186 ISyncAdapter syncAdapter = null;
188 syncAdapter = mActiveServiceConnection.mBoundSyncAdapter;
191 if (syncAdapter != null)
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
ExternalSource.java 75 private static final String ACTION_SYNC_ADAPTER = "android.content.SyncAdapter";
97 final Intent syncAdapter = new Intent(ACTION_SYNC_ADAPTER);
98 final List<ResolveInfo> matches = pm.queryIntentServices(syncAdapter,
  /frameworks/base/core/java/android/content/
SyncManager.java 425 intent.setAction("android.content.SyncAdapter");
500 * then the extras can contain SyncAdapter-specific information
507 * @param extras a Map of SyncAdapter-specific information to control
567 for (RegisteredServicesCache.ServiceInfo<SyncAdapterType> syncAdapter :
569 syncableAuthorities.add(syncAdapter.type.authority);
    [all...]

Completed in 146 milliseconds