/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/ |
D | UpdateAdCounterHistogramWorkerTest.java | 122 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()
|
D | FrequencyCapFilteringE2ETest.java | 1032 mAdSelectionServiceImpl.updateAdCounterHistogram(inputParams, callback); in callUpdateAdCounterHistogram()
|
D | AdSelectionServiceImplTest.java | 10161 () -> adSelectionService.updateAdCounterHistogram(inputParams, null)); in testUpdateAdCounterHistogramNullCallbackThrows() 11172 adSelectionService.updateAdCounterHistogram(inputParams, callback); in callUpdateAdCounterHistogram()
|
D | AuctionServerE2ETest.java | 4304 service.updateAdCounterHistogram(input, callback); in invokeUpdateAdCounterHistogram()
|
/packages/modules/AdServices/adservices/clients/java/android/adservices/clients/adselection/ |
D | AdSelectionClient.java | 176 public ListenableFuture<Void> updateAdCounterHistogram( 180 mAdSelectionManager.updateAdCounterHistogram(
|
/packages/modules/AdServices/adservices/tests/cts/endtoends/permissions/appoptout/src/com/android/adservices/tests/permissions/ |
D | PermissionsAppOptOutTest.java | 343 () -> mAdSelectionClient.updateAdCounterHistogram(request).get()); in testNoEnrollment_updateAdCounterHistogram() 365 mAdSelectionClient.updateAdCounterHistogram(request).get(); in testWithEnrollment_updateAdCounterHistogram()
|
/packages/modules/AdServices/adservices/framework/java/android/adservices/adselection/ |
D | AdSelectionService.aidl | 184 void updateAdCounterHistogram(in UpdateAdCounterHistogramInput inputParams, in updateAdCounterHistogram() method
|
D | AdSelectionManager.java | 914 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/ |
D | PermissionsValidTest.java | 230 () -> mAdSelectionClient.updateAdCounterHistogram(request).get()); in testValidPermissions_updateAdCounterHistogram()
|
/packages/modules/AdServices/adservices/tests/cts/endtoends/permissions/notallowed/src/com/android/adservices/tests/permissions/ |
D | NotInAllowListTest.java | 243 () -> mAdSelectionClient.updateAdCounterHistogram(request).get()); in testNotInAllowList_updateAdCounterHistogram()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/ |
D | UpdateAdCounterHistogramWorker.java | 114 public void updateAdCounterHistogram( in updateAdCounterHistogram() method in UpdateAdCounterHistogramWorker
|
D | AdSelectionServiceImpl.java | 1062 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/ |
D | SdkFledge.java | 417 .updateAdCounterHistogram(updateHistogramRequest) in onLoadSdk()
|
/packages/modules/AdServices/adservices/tests/cts/endtoends/permissions/noperm/src/com/android/adservices/tests/permissions/ |
D | PermissionsNoPermTest.java | 413 () -> mAdSelectionClient.updateAdCounterHistogram(request).get()); in testPermissionNotRequested_updateAdCounterHistogram()
|
/packages/modules/AdServices/adservices/tests/unittest/framework/src/android/adservices/adselection/ |
D | AdSelectionManagerTest.java | 427 public void updateAdCounterHistogram( in updateAdCounterHistogram() method in AdSelectionManagerTest.MockAdSelectionService
|
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/debuggablects/ |
D | FledgeCtsDebuggableTest.java | 3411 .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/ |
D | current.txt | 85 …ervicesPermissions.ACCESS_ADSERVICES_AD_SELECTION}) public void updateAdCounterHistogram(@NonNull …
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/ |
D | FledgeE2ETest.java | 4177 mAdSelectionService.updateAdCounterHistogram(inputParams, callback); in updateHistogramAndAssertSuccess()
|