Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DEventReportWindowCalcDelegate.java74 return getMaxReportCount(source, isInstallCase(source, destinationType)); in getMaxReportCount()
77 private int getMaxReportCount(@NonNull Source source, boolean isInstallCase) { in getMaxReportCount() argument
85 if (isInstallCase && !source.hasWebDestinations() && isDefaultConfiguredVtc()) { in getMaxReportCount()
109 getEffectiveReportingWindows(source, isInstallCase(source, destinationType)); in getReportingTime()
149 source, isInstallCase(source, trigger.getDestinationType())); in fallsWithinWindow()
309 private static boolean isInstallCase(Source source, @EventSurfaceType int destinationType) {