Searched refs:syncAdapterInfo (Results 1 – 1 of 1) sorted by relevance
845 RegisteredServicesCache.ServiceInfo<SyncAdapterType> syncAdapterInfo = in getIsSyncable()848 if (syncAdapterInfo == null) return AuthorityInfo.NOT_SYNCABLE; in getIsSyncable()853 syncAdapterInfo.componentName.getPackageName(), 0, userId); in getIsSyncable()1024 final RegisteredServicesCache.ServiceInfo<SyncAdapterType> syncAdapterInfo = in scheduleSync() local1027 if (syncAdapterInfo == null) { in scheduleSync()1031 final int owningUid = syncAdapterInfo.uid; in scheduleSync()1039 String packageName = syncAdapterInfo.componentName.getPackageName(); in scheduleSync()1064 final boolean allowParallelSyncs = syncAdapterInfo.type.allowParallelSyncs(); in scheduleSync()1065 final boolean isAlwaysSyncable = syncAdapterInfo.type.isAlwaysSyncable(); in scheduleSync()1077 if (!syncAdapterInfo.type.supportsUploading() && uploadOnly) { in scheduleSync()[all …]