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 504 RegisteredServicesCache.ServiceInfo<SyncAdapterType> syncAdapterInfo =
507 if (syncAdapterInfo == null) return isSyncable;
512 syncAdapterInfo.componentName.getPackageName(), 0, userId);
648 final RegisteredServicesCache.ServiceInfo<SyncAdapterType> syncAdapterInfo;
649 syncAdapterInfo = mSyncAdapters.getServiceInfo(
651 if (syncAdapterInfo == null) {
654 final boolean allowParallelSyncs = syncAdapterInfo.type.allowParallelSyncs();
655 final boolean isAlwaysSyncable = syncAdapterInfo.type.isAlwaysSyncable();
663 if (!syncAdapterInfo.type.supportsUploading() && uploadOnly) {
    [all...]

Completed in 34 milliseconds