Home
last modified time | relevance | path

Searched refs:ImpressionNoiseUtil (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/noising/
DImpressionNoiseUtilTest.java55 .spyStatic(ImpressionNoiseUtil.class)
68 ImpressionNoiseUtil.getReportConfigsForSequenceIndex(
77 ImpressionNoiseUtil.selectRandomStateAndGenerateReportConfigs(
90 ImpressionNoiseUtil
113 ExtendedMockito.doReturn(0L).when(() -> ImpressionNoiseUtil.nextLong(any(), anyLong())); in selectRandomStateAndGenerateReportConfigs_event()
121 ExtendedMockito.doReturn(2L).when(() -> ImpressionNoiseUtil.nextLong(any(), anyLong())); in selectRandomStateAndGenerateReportConfigs_event()
139 ExtendedMockito.doReturn(6L).when(() -> ImpressionNoiseUtil.nextLong(any(), anyLong())); in selectRandomStateAndGenerateReportConfigs_eventWithInstallAttribution()
146 ExtendedMockito.doReturn(2L).when(() -> ImpressionNoiseUtil.nextLong(any(), anyLong())); in selectRandomStateAndGenerateReportConfigs_eventWithInstallAttribution()
164 ExtendedMockito.doReturn(1416L).when(() -> ImpressionNoiseUtil.nextLong(any(), anyLong())); in selectRandomStateAndGenerateReportConfigs_navigation()
172 ExtendedMockito.doReturn(1112L).when(() -> ImpressionNoiseUtil.nextLong(any(), anyLong())); in selectRandomStateAndGenerateReportConfigs_navigation()
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/noising/
DImpressionNoiseUtil.java29 public final class ImpressionNoiseUtil { class
31 private ImpressionNoiseUtil() {} in ImpressionNoiseUtil() method in ImpressionNoiseUtil
DSourceNoiseHandler.java91 ImpressionNoiseUtil.selectRandomStateAndGenerateReportConfigs(noiseParams, rand) in assignAttributionModeAndGenerateFakeReports()
120 ImpressionNoiseUtil.selectFlexEventReportRandomStateAndGenerateReportConfigs( in assignAttributionModeAndGenerateFakeReports()