Home
last modified time | relevance | path

Searched refs:pendingSource (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DMeasurementDao.java346 @NonNull Source pendingSource, @NonNull String attributionScopeWhereStatement) in ignoreSourcesAndDeleteFakeReportsForAttributionScope()
350 pendingSource.getRegistrationOrigin().toString(), in ignoreSourcesAndDeleteFakeReportsForAttributionScope()
351 pendingSource.getAllAttributionDestinations(), in ignoreSourcesAndDeleteFakeReportsForAttributionScope()
371 + pendingSource.getEventTime()), in ignoreSourcesAndDeleteFakeReportsForAttributionScope()
384 private void deactivateSourcesWithDifferentMaxViewStates(@NonNull Source pendingSource) in deactivateSourcesWithDifferentMaxViewStates() argument
386 if (pendingSource.getMaxEventStates() == null) { in deactivateSourcesWithDifferentMaxViewStates()
396 + pendingSource.getMaxEventStates()); in deactivateSourcesWithDifferentMaxViewStates()
397 ignoreSourcesAndDeleteFakeReportsForAttributionScope(pendingSource, sourceWhereStatement); in deactivateSourcesWithDifferentMaxViewStates()
400 private void deactivateSourcesWithSmallerAttributionScopeLimit(@NonNull Source pendingSource) in deactivateSourcesWithSmallerAttributionScopeLimit() argument
408 + pendingSource.getAttributionScopeLimit()); in deactivateSourcesWithSmallerAttributionScopeLimit()
[all …]
DIMeasurementDao.java96 void updateSourcesForAttributionScope(@NonNull Source pendingSource) throws DatastoreException; in updateSourcesForAttributionScope() argument