Home
last modified time | relevance | path

Searched defs:sequenceIndex (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/noising/
DImpressionNoiseUtil.java117 int sequenceIndex = rand.nextInt(numCombinations); in selectRandomStateAndGenerateReportConfigs() local
123 ImpressionNoiseParams noiseParams, int sequenceIndex) { in getReportConfigsForSequenceIndex()
177 int sequenceIndex = rand.nextInt(numStates); in selectFlexEventReportRandomStateAndGenerateReportConfigs() local
DCombinatorics.java161 public static int[] getStarIndices(int numStars, int sequenceIndex) { in getStarIndices()