Searched refs:MAX_PERCENTAGE (Results 1 – 5 of 5) sorted by relevance
19 import static com.android.adservices.shared.spe.JobServiceConstants.MAX_PERCENTAGE;125 return sRandom.nextInt(MAX_PERCENTAGE) < loggingRatio; in shouldLog()
31 import static com.android.adservices.shared.spe.JobServiceConstants.MAX_PERCENTAGE;531 return sRandom.nextInt(MAX_PERCENTAGE) < loggingRatio; in shouldLog()
91 public static final int MAX_PERCENTAGE = 100; field in JobServiceConstants
58 public static final int MAX_PERCENTAGE = 100; field in FlagsConstants
125 import static com.android.adservices.service.FlagsConstants.MAX_PERCENTAGE;204 if (topicsPercentageForRandomTopic < 0 || topicsPercentageForRandomTopic > MAX_PERCENTAGE) { in getTopicsPercentageForRandomTopic()6419 if (loggingRatio < 0 || loggingRatio > MAX_PERCENTAGE) { in getBackgroundJobSamplingLoggingRate()