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

  /frameworks/base/services/java/com/android/server/content/
SyncQueue.java 67 final ServiceInfo<SyncAdapterType> syncAdapterInfo = mSyncAdapters.getServiceInfo(
69 if (syncAdapterInfo == null) {
78 syncAdapterInfo.type.allowParallelSyncs());
SyncManager.java 517 RegisteredServicesCache.ServiceInfo<SyncAdapterType> syncAdapterInfo =
520 if (syncAdapterInfo == null) return isSyncable;
525 syncAdapterInfo.componentName.getPackageName(), 0, userId);
667 final RegisteredServicesCache.ServiceInfo<SyncAdapterType> syncAdapterInfo;
668 syncAdapterInfo = mSyncAdapters.getServiceInfo(
670 if (syncAdapterInfo == null) {
673 final boolean allowParallelSyncs = syncAdapterInfo.type.allowParallelSyncs();
674 final boolean isAlwaysSyncable = syncAdapterInfo.type.isAlwaysSyncable();
682 if (!syncAdapterInfo.type.supportsUploading() && uploadOnly) {
    [all...]

Completed in 647 milliseconds