Home
last modified time | relevance | path

Searched refs:updateAdCounterHistogram (Results 1 – 18 of 18) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DUpdateAdCounterHistogramWorkerTest.java122 mUpdateWorker.updateAdCounterHistogram(mInputParams, callback); in testWorkerUpdatesHistogramAndNotifiesSuccess()
155 mUpdateWorker.updateAdCounterHistogram(invalidInputParams, callback); in testWorkerValidatesInvalidAdEventTypeAndNotifiesFailure()
191 mUpdateWorker.updateAdCounterHistogram(mInputParams, callback); in testWorkerFeatureFlagDisabledStopsAndNotifiesFailure()
218 mUpdateWorker.updateAdCounterHistogram(mInputParams, callback); in testWorkerFilterFailureStopsAndNotifiesFailure()
236 mUpdateWorker.updateAdCounterHistogram(mInputParams, callback); in testWorkerConsentFailureStopsAndNotifiesSuccess()
262 mUpdateWorker.updateAdCounterHistogram(mInputParams, callback); in testWorkerInvalidArgumentFailureStopsAndNotifiesFailure()
303 mUpdateWorker.updateAdCounterHistogram(mInputParams, callback); in testWorkerSuccessWithCallbackErrorLogsUnknownError()
351 mUpdateWorker.updateAdCounterHistogram(mInputParams, callback); in testWorkerFailureWithCallbackErrorLogsUnknownError()
DFrequencyCapFilteringE2ETest.java1032 mAdSelectionServiceImpl.updateAdCounterHistogram(inputParams, callback); in callUpdateAdCounterHistogram()
DAdSelectionServiceImplTest.java10161 () -> adSelectionService.updateAdCounterHistogram(inputParams, null)); in testUpdateAdCounterHistogramNullCallbackThrows()
11172 adSelectionService.updateAdCounterHistogram(inputParams, callback); in callUpdateAdCounterHistogram()
DAuctionServerE2ETest.java4304 service.updateAdCounterHistogram(input, callback); in invokeUpdateAdCounterHistogram()
/packages/modules/AdServices/adservices/clients/java/android/adservices/clients/adselection/
DAdSelectionClient.java176 public ListenableFuture<Void> updateAdCounterHistogram(
180 mAdSelectionManager.updateAdCounterHistogram(
/packages/modules/AdServices/adservices/tests/cts/endtoends/permissions/appoptout/src/com/android/adservices/tests/permissions/
DPermissionsAppOptOutTest.java343 () -> mAdSelectionClient.updateAdCounterHistogram(request).get()); in testNoEnrollment_updateAdCounterHistogram()
365 mAdSelectionClient.updateAdCounterHistogram(request).get(); in testWithEnrollment_updateAdCounterHistogram()
/packages/modules/AdServices/adservices/framework/java/android/adservices/adselection/
DAdSelectionService.aidl184 void updateAdCounterHistogram(in UpdateAdCounterHistogramInput inputParams, in updateAdCounterHistogram() method
DAdSelectionManager.java914 public void updateAdCounterHistogram( in updateAdCounterHistogram() method in AdSelectionManager
925 service.updateAdCounterHistogram( in updateAdCounterHistogram()
/packages/modules/AdServices/adservices/tests/cts/endtoends/permissions/valid/src/com/android/adservices/tests/permissions/
DPermissionsValidTest.java230 () -> mAdSelectionClient.updateAdCounterHistogram(request).get()); in testValidPermissions_updateAdCounterHistogram()
/packages/modules/AdServices/adservices/tests/cts/endtoends/permissions/notallowed/src/com/android/adservices/tests/permissions/
DNotInAllowListTest.java243 () -> mAdSelectionClient.updateAdCounterHistogram(request).get()); in testNotInAllowList_updateAdCounterHistogram()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DUpdateAdCounterHistogramWorker.java114 public void updateAdCounterHistogram( in updateAdCounterHistogram() method in UpdateAdCounterHistogramWorker
DAdSelectionServiceImpl.java1062 public void updateAdCounterHistogram( in updateAdCounterHistogram() method in AdSelectionServiceImpl
1119 worker.updateAdCounterHistogram(inputParams, callback); in updateAdCounterHistogram()
/packages/modules/AdServices/adservices/tests/cts/sandbox/fledge/providers/sdkFledge/src/com/android/tests/providers/sdkfledge/
DSdkFledge.java417 .updateAdCounterHistogram(updateHistogramRequest) in onLoadSdk()
/packages/modules/AdServices/adservices/tests/cts/endtoends/permissions/noperm/src/com/android/adservices/tests/permissions/
DPermissionsNoPermTest.java413 () -> mAdSelectionClient.updateAdCounterHistogram(request).get()); in testPermissionNotRequested_updateAdCounterHistogram()
/packages/modules/AdServices/adservices/tests/unittest/framework/src/android/adservices/adselection/
DAdSelectionManagerTest.java427 public void updateAdCounterHistogram( in updateAdCounterHistogram() method in AdSelectionManagerTest.MockAdSelectionService
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/debuggablects/
DFledgeCtsDebuggableTest.java3411 .updateAdCounterHistogram(updateRequest) in testFrequencyCapFiltering_NonWinEvent_FiltersAds()
3581 .updateAdCounterHistogram(updateRequest) in testFrequencyCapFiltering_DifferentNonWinEvent_IsNotFiltered()
3751 .updateAdCounterHistogram(updateRequest) in testFrequencyCapFiltering_NonWinEventDifferentKey_IsNotFiltered()
3934 .updateAdCounterHistogram(updateRequest) in testFrequencyCapFiltering_NonWinEventDifferentBuyer_IsNotFiltered()
4104 .updateAdCounterHistogram(updateRequest) in testFrequencyCapFiltering_NonWinEventWrongAdSelection_DoesNotFilterAds()
/packages/modules/AdServices/adservices/framework/api/
Dcurrent.txt85 …ervicesPermissions.ACCESS_ADSERVICES_AD_SELECTION}) public void updateAdCounterHistogram(@NonNull …
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DFledgeE2ETest.java4177 mAdSelectionService.updateAdCounterHistogram(inputParams, callback); in updateHistogramAndAssertSuccess()