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/ |
D | DebugReportingTest.java | 87 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/ |
D | AdBidGeneratorImpl.java | 112 @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()
|
D | AdSelectionRunner.java | 191 @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()
|
D | OnDeviceAdSelectionRunner.java | 99 @NonNull final DebugReporting debugReporting, in OnDeviceAdSelectionRunner() argument 121 debugReporting, in OnDeviceAdSelectionRunner() 208 @NonNull final DebugReporting debugReporting, in OnDeviceAdSelectionRunner() argument 230 debugReporting, in OnDeviceAdSelectionRunner()
|
D | AdsScoreGeneratorImpl.java | 113 @NonNull DebugReporting debugReporting, in AdsScoreGeneratorImpl() argument 124 Objects.requireNonNull(debugReporting); in AdsScoreGeneratorImpl() 143 mDebugReportingEnabled = debugReporting.isEnabled(); in AdsScoreGeneratorImpl()
|
D | AdSelectionServiceImpl.java | 749 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()
|