Searched refs:syncAdapterInfo (Results 1 – 1 of 1) sorted by relevance
825 RegisteredServicesCache.ServiceInfo<SyncAdapterType> syncAdapterInfo = in getIsSyncable()828 if (syncAdapterInfo == null) return AuthorityInfo.NOT_SYNCABLE; in getIsSyncable()833 syncAdapterInfo.componentName.getPackageName(), 0, userId); in getIsSyncable()1009 final RegisteredServicesCache.ServiceInfo<SyncAdapterType> syncAdapterInfo = in scheduleSync() local1012 if (syncAdapterInfo == null) { in scheduleSync()1016 final int owningUid = syncAdapterInfo.uid; in scheduleSync()1022 String packageName = syncAdapterInfo.componentName.getPackageName(); in scheduleSync()1043 final boolean allowParallelSyncs = syncAdapterInfo.type.allowParallelSyncs(); in scheduleSync()1044 final boolean isAlwaysSyncable = syncAdapterInfo.type.isAlwaysSyncable(); in scheduleSync()1056 if (!syncAdapterInfo.type.supportsUploading() && uploadOnly) { in scheduleSync()[all …]