Searched refs:pendingSource (Results 1 – 2 of 2) sorted by relevance
346 @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() argument386 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() argument408 + pendingSource.getAttributionScopeLimit()); in deactivateSourcesWithSmallerAttributionScopeLimit()[all …]
96 void updateSourcesForAttributionScope(@NonNull Source pendingSource) throws DatastoreException; in updateSourcesForAttributionScope() argument