Searched refs:syncAdapterInfo (Results 1 – 1 of 1) sorted by relevance
803 RegisteredServicesCache.ServiceInfo<SyncAdapterType> syncAdapterInfo = in getIsSyncable()806 if (syncAdapterInfo == null) return AuthorityInfo.NOT_SYNCABLE; in getIsSyncable()811 syncAdapterInfo.componentName.getPackageName(), 0, userId); in getIsSyncable()972 final RegisteredServicesCache.ServiceInfo<SyncAdapterType> syncAdapterInfo = in scheduleSync() local975 if (syncAdapterInfo == null) { in scheduleSync()979 final int owningUid = syncAdapterInfo.uid; in scheduleSync()987 String packageName = syncAdapterInfo.componentName.getPackageName(); in scheduleSync()1010 final boolean allowParallelSyncs = syncAdapterInfo.type.allowParallelSyncs(); in scheduleSync()1011 final boolean isAlwaysSyncable = syncAdapterInfo.type.isAlwaysSyncable(); in scheduleSync()1022 if (!syncAdapterInfo.type.supportsUploading() && uploadOnly) { in scheduleSync()[all …]