Home
last modified time | relevance | path

Searched refs:getMaxReportCount (Results 1 – 5 of 5) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DEventReportWindowCalcDelegate.java62 public int getMaxReportCount(Source source) { in getMaxReportCount() method in EventReportWindowCalcDelegate
63 return getMaxReportCount(source, source.isInstallDetectionEnabled()); in getMaxReportCount()
73 public int getMaxReportCount(@NonNull Source source, @EventSurfaceType int destinationType) { in getMaxReportCount() method in EventReportWindowCalcDelegate
74 return getMaxReportCount(source, isInstallCase(source, destinationType)); in getMaxReportCount()
77 private int getMaxReportCount(@NonNull Source source, boolean isInstallCase) { in getMaxReportCount() method in EventReportWindowCalcDelegate
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/reporting/
DEventReportWindowCalcDelegateTest.java287 mEventReportWindowCalcDelegate.getMaxReportCount(eventSourceInstallNotAttributed)); in testMaxReportCount()
296 mEventReportWindowCalcDelegate.getMaxReportCount( in testMaxReportCount()
307 mEventReportWindowCalcDelegate.getMaxReportCount(eventSourceInstallAttributed)); in testMaxReportCount()
317 mEventReportWindowCalcDelegate.getMaxReportCount( in testMaxReportCount()
333 3, mEventReportWindowCalcDelegate.getMaxReportCount(nonInstallEventSource)); in getMaxReportCount_configuredConversionsNonInstall_returnsConfiguredCount()
348 2, mEventReportWindowCalcDelegate.getMaxReportCount(installEventSource)); in getMaxReportCount_configuredConversionsInstallCase_returnsConfiguredCount()
364 2, mEventReportWindowCalcDelegate.getMaxReportCount(installEventSource)); in getMaxReportCount_configuredConversionsToOneInstallCase_incrementConfiguredCount()
379 3, mEventReportWindowCalcDelegate.getMaxReportCount(navigationSource)); in getMaxReportCount_configuredConversionsToOneInstallCase_noEffectOnCtc()
1769 assertEquals(10, mEventReportWindowCalcDelegate.getMaxReportCount(source10Reports)); in getMaxReportCount_flexLiteApi()
1770 assertEquals(10, mEventReportWindowCalcDelegate.getMaxReportCount(source10Reports)); in getMaxReportCount_flexLiteApi()
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/noising/
DSourceNoiseHandler.java244 mEventReportWindowCalcDelegate.getMaxReportCount(source), in getImpressionNoiseParams()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DSource.java247 int numStars = eventReportWindowCalcDelegate.getMaxReportCount(this); in validateAndSetNumReportStates()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/attribution/
DAttributionJobHandler.java1475 return mEventReportWindowCalcDelegate.getMaxReportCount(source, destinationType)