D | EventReportWindowCalcDelegate.java | 62 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
|