Searched refs:getMaxEventLevelReports (Results 1 – 7 of 7) sorted by relevance
78 if (source.getMaxEventLevelReports() != null) { in getMaxReportCount()79 return source.getMaxEventLevelReports(); in getMaxReportCount()
108 .put(SourceContract.MAX_EVENT_LEVEL_REPORTS, source.getMaxEventLevelReports()) in sourceToJson()
164 .isEqualTo(source.getMaxEventLevelReports()); in testSourceToJson_fullSchemaHappyPath()
577 .isEqualTo(source.getMaxEventLevelReports()); in assertSourceJson()
1173 public Integer getMaxEventLevelReports() { in getMaxEventLevelReports() method in Source
838 values.put(SourceContract.MAX_EVENT_LEVEL_REPORTS, source.getMaxEventLevelReports()); in insertSource()
343 source.getMaxEventLevelReports().intValue()); in testInsertSource_flexibleEventReport_equal()