Searched refs:getReportingWindowCount (Results 1 – 2 of 2) sorted by relevance
47 * noiseParams.getReportingWindowCount() in selectRandomStateAndGenerateReportConfigs()89 int reportingWindowIndex = ((int) remainingData) % noiseParams.getReportingWindowCount(); in createReportingConfig()90 int destinationTypeIndex = ((int) remainingData) / noiseParams.getReportingWindowCount(); in createReportingConfig()
88 public int getReportingWindowCount() { in getReportingWindowCount() method in ImpressionNoiseParams