Home
last modified time | relevance | path

Searched refs:UpdateAdCounterHistogramTestCallback (Results 1 – 5 of 5) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DUpdateAdCounterHistogramWorkerTest.java119 UpdateAdCounterHistogramTestCallback callback = in testWorkerUpdatesHistogramAndNotifiesSuccess()
120 new UpdateAdCounterHistogramTestCallback(callbackLatch); in testWorkerUpdatesHistogramAndNotifiesSuccess()
152 UpdateAdCounterHistogramTestCallback callback = in testWorkerValidatesInvalidAdEventTypeAndNotifiesFailure()
153 new UpdateAdCounterHistogramTestCallback(callbackLatch); in testWorkerValidatesInvalidAdEventTypeAndNotifiesFailure()
188 UpdateAdCounterHistogramTestCallback callback = in testWorkerFeatureFlagDisabledStopsAndNotifiesFailure()
189 new UpdateAdCounterHistogramTestCallback(callbackLatch); in testWorkerFeatureFlagDisabledStopsAndNotifiesFailure()
215 UpdateAdCounterHistogramTestCallback callback = in testWorkerFilterFailureStopsAndNotifiesFailure()
216 new UpdateAdCounterHistogramTestCallback(callbackLatch); in testWorkerFilterFailureStopsAndNotifiesFailure()
233 UpdateAdCounterHistogramTestCallback callback = in testWorkerConsentFailureStopsAndNotifiesSuccess()
234 new UpdateAdCounterHistogramTestCallback(callbackLatch); in testWorkerConsentFailureStopsAndNotifiesSuccess()
[all …]
DFrequencyCapFilteringE2ETest.java76 …rvices.service.adselection.UpdateAdCounterHistogramWorkerTest.UpdateAdCounterHistogramTestCallback;
381 UpdateAdCounterHistogramTestCallback callback = callUpdateAdCounterHistogram(mInputParams); in testUpdateHistogramMissingAdSelectionDoesNothing()
392 UpdateAdCounterHistogramTestCallback callback = callUpdateAdCounterHistogram(mInputParams); in testUpdateHistogramForAdSelectionAddsHistogramEvents()
433 UpdateAdCounterHistogramTestCallback callback = in testUpdateHistogramForAdSelectionFromOtherAppDoesNotAddHistogramEvents()
488 UpdateAdCounterHistogramTestCallback callback = callUpdateAdCounterHistogram(mInputParams); in testUpdateHistogramDisabledFeatureFlagNotifiesError()
565 UpdateAdCounterHistogramTestCallback callback = in testUpdateHistogramExceedingRateLimitNotifiesError()
651 UpdateAdCounterHistogramTestCallback updateHistogramCallback = in testUpdatedHistogramFiltersAdsForBuyerWithinInterval()
693 UpdateAdCounterHistogramTestCallback updateHistogramCallback = in testUpdatedHistogramDoesNotFilterAdsForBuyerOutsideInterval()
733 UpdateAdCounterHistogramTestCallback updateHistogramCallback = in testUpdatedHistogramDoesNotFilterAdsForOtherBuyer()
827 UpdateAdCounterHistogramTestCallback updateHistogramCallback = in testUpdateHistogramBeyondMaxTotalEventCountDoesNotFilterAds()
[all …]
DAuctionServerE2ETest.java713 UpdateAdCounterHistogramTestCallback updateHistogramCallback = in testAuctionServerFlow_withoutEncrypt_validRequest_BothFiltersEnabled()
841 UpdateAdCounterHistogramTestCallback updateHistogramCallback = in testAuctionServerFlow_withoutEncrypt_validRequest_AppInstallDisabled()
991 UpdateAdCounterHistogramTestCallback updateHistogramCallback = in testAuctionServerFlow_withoutEncrypt_validRequest_FrequencyCapDisabled()
1473 UpdateAdCounterHistogramTestCallback updateHistogramCallback = in testGetAdSelectionData_fCap_success()
2663 UpdateAdCounterHistogramTestCallback updateHistogramCallback = in testPersistAdSelectionResult_withoutDecrypt_savesNonWinEventsSuccess()
4298 public UpdateAdCounterHistogramTestCallback invokeUpdateAdCounterHistogram( in invokeUpdateAdCounterHistogram()
4302 UpdateAdCounterHistogramTestCallback callback = in invokeUpdateAdCounterHistogram()
4303 new UpdateAdCounterHistogramTestCallback(countDownLatch); in invokeUpdateAdCounterHistogram()
4479 static class UpdateAdCounterHistogramTestCallback class in AuctionServerE2ETest
4485 UpdateAdCounterHistogramTestCallback(CountDownLatch countDownLatch) { in UpdateAdCounterHistogramTestCallback() method in AuctionServerE2ETest.UpdateAdCounterHistogramTestCallback
DAdSelectionServiceImplTest.java11151 private UpdateAdCounterHistogramWorkerTest.UpdateAdCounterHistogramTestCallback
11158 UpdateAdCounterHistogramWorkerTest.UpdateAdCounterHistogramTestCallback callback = in callUpdateAdCounterHistogram()
11159 new UpdateAdCounterHistogramWorkerTest.UpdateAdCounterHistogramTestCallback( in callUpdateAdCounterHistogram()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DFledgeE2ETest.java4173 UpdateAdCounterHistogramWorkerTest.UpdateAdCounterHistogramTestCallback callback = in updateHistogramAndAssertSuccess()
4174 new UpdateAdCounterHistogramWorkerTest.UpdateAdCounterHistogramTestCallback( in updateHistogramAndAssertSuccess()