Home
last modified time | relevance | path

Searched refs:debugReporting (Results 1 – 6 of 6) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DDebugReportingTest.java87 DebugReporting debugReporting = initDebugReporting(); in isDisabled_withAdIdServiceKillSwitchTrue_returnsFalse() local
89 assertThat(debugReporting.isEnabled()).isFalse(); in isDisabled_withAdIdServiceKillSwitchTrue_returnsFalse()
90 assertThat(debugReporting).isInstanceOf(DebugReportingDisabled.class); in isDisabled_withAdIdServiceKillSwitchTrue_returnsFalse()
103 DebugReporting debugReporting = initDebugReporting(); in isEnabled_withLatDisabledAndFlagEnabled_returnsTrue() local
105 assertThat(debugReporting.isEnabled()).isTrue(); in isEnabled_withLatDisabledAndFlagEnabled_returnsTrue()
106 assertThat(debugReporting).isInstanceOf(DebugReportingEnabled.class); in isEnabled_withLatDisabledAndFlagEnabled_returnsTrue()
116 DebugReporting debugReporting = initDebugReporting(); in isEnabled_withFlagDisabled_returnsFalse() local
118 assertThat(debugReporting.isEnabled()).isFalse(); in isEnabled_withFlagDisabled_returnsFalse()
119 assertThat(debugReporting).isInstanceOf(DebugReportingDisabled.class); in isEnabled_withFlagDisabled_returnsFalse()
132 DebugReporting debugReporting = initDebugReporting(); in isEnabled_withLatEnabled_returnsFalse() local
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DAdBidGeneratorImpl.java112 @NonNull DebugReporting debugReporting, in AdBidGeneratorImpl() argument
140 debugReporting.getScriptStrategy(), in AdBidGeneratorImpl()
151 mDebugReportingEnabled = debugReporting.isEnabled(); in AdBidGeneratorImpl()
172 @NonNull DebugReporting debugReporting, in AdBidGeneratorImpl() argument
194 mDebugReportingEnabled = debugReporting.isEnabled(); in AdBidGeneratorImpl()
DAdSelectionRunner.java191 @NonNull final DebugReporting debugReporting, in AdSelectionRunner() argument
208 Objects.requireNonNull(debugReporting); in AdSelectionRunner()
231 mDebugReporting = debugReporting; in AdSelectionRunner()
263 @NonNull final DebugReporting debugReporting, in AdSelectionRunner() argument
282 Objects.requireNonNull(debugReporting); in AdSelectionRunner()
304 mDebugReporting = debugReporting; in AdSelectionRunner()
DOnDeviceAdSelectionRunner.java99 @NonNull final DebugReporting debugReporting, in OnDeviceAdSelectionRunner() argument
121 debugReporting, in OnDeviceAdSelectionRunner()
208 @NonNull final DebugReporting debugReporting, in OnDeviceAdSelectionRunner() argument
230 debugReporting, in OnDeviceAdSelectionRunner()
DAdsScoreGeneratorImpl.java113 @NonNull DebugReporting debugReporting, in AdsScoreGeneratorImpl() argument
124 Objects.requireNonNull(debugReporting); in AdsScoreGeneratorImpl()
143 mDebugReportingEnabled = debugReporting.isEnabled(); in AdsScoreGeneratorImpl()
DAdSelectionServiceImpl.java749 public void onSuccess(DebugReporting debugReporting) { in runAdSelection()
751 "Debug reporting enabled: %b", debugReporting.isEnabled()); in runAdSelection()
760 debugReporting); in runAdSelection()
791 @NonNull DebugReporting debugReporting) { in runAdSelectionWithDebugReporting() argument
813 debugReporting, in runAdSelectionWithDebugReporting()