Searched refs:syncAdapterInfo (Results 1 – 1 of 1) sorted by relevance
809 RegisteredServicesCache.ServiceInfo<SyncAdapterType> syncAdapterInfo = in getIsSyncable()812 if (syncAdapterInfo == null) return AuthorityInfo.NOT_SYNCABLE; in getIsSyncable()817 syncAdapterInfo.componentName.getPackageName(), 0, userId); in getIsSyncable()994 final RegisteredServicesCache.ServiceInfo<SyncAdapterType> syncAdapterInfo = in scheduleSync() local997 if (syncAdapterInfo == null) { in scheduleSync()1001 final int owningUid = syncAdapterInfo.uid; in scheduleSync()1007 String packageName = syncAdapterInfo.componentName.getPackageName(); in scheduleSync()1028 final boolean allowParallelSyncs = syncAdapterInfo.type.allowParallelSyncs(); in scheduleSync()1029 final boolean isAlwaysSyncable = syncAdapterInfo.type.isAlwaysSyncable(); in scheduleSync()1041 if (!syncAdapterInfo.type.supportsUploading() && uploadOnly) { in scheduleSync()[all …]