Home
last modified time | relevance | path

Searched refs:updateHistogramCallback (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DFrequencyCapFilteringE2ETest.java651 UpdateAdCounterHistogramTestCallback updateHistogramCallback = in testUpdatedHistogramFiltersAdsForBuyerWithinInterval() local
654 assertWithMessage("Callback failed, was: %s", updateHistogramCallback) in testUpdatedHistogramFiltersAdsForBuyerWithinInterval()
655 .that(updateHistogramCallback.mIsSuccess) in testUpdatedHistogramFiltersAdsForBuyerWithinInterval()
693 UpdateAdCounterHistogramTestCallback updateHistogramCallback = in testUpdatedHistogramDoesNotFilterAdsForBuyerOutsideInterval() local
696 assertWithMessage("Callback failed, was: %s", updateHistogramCallback) in testUpdatedHistogramDoesNotFilterAdsForBuyerOutsideInterval()
697 .that(updateHistogramCallback.mIsSuccess) in testUpdatedHistogramDoesNotFilterAdsForBuyerOutsideInterval()
733 UpdateAdCounterHistogramTestCallback updateHistogramCallback = in testUpdatedHistogramDoesNotFilterAdsForOtherBuyer() local
736 assertWithMessage("Callback failed, was: %s", updateHistogramCallback) in testUpdatedHistogramDoesNotFilterAdsForOtherBuyer()
737 .that(updateHistogramCallback.mIsSuccess) in testUpdatedHistogramDoesNotFilterAdsForOtherBuyer()
827 UpdateAdCounterHistogramTestCallback updateHistogramCallback = in testUpdateHistogramBeyondMaxTotalEventCountDoesNotFilterAds() local
[all …]
DAuctionServerE2ETest.java713 UpdateAdCounterHistogramTestCallback updateHistogramCallback = in testAuctionServerFlow_withoutEncrypt_validRequest_BothFiltersEnabled() local
715 assertTrue(updateHistogramCallback.mIsSuccess); in testAuctionServerFlow_withoutEncrypt_validRequest_BothFiltersEnabled()
841 UpdateAdCounterHistogramTestCallback updateHistogramCallback = in testAuctionServerFlow_withoutEncrypt_validRequest_AppInstallDisabled() local
843 assertTrue(updateHistogramCallback.mIsSuccess); in testAuctionServerFlow_withoutEncrypt_validRequest_AppInstallDisabled()
991 UpdateAdCounterHistogramTestCallback updateHistogramCallback = in testAuctionServerFlow_withoutEncrypt_validRequest_FrequencyCapDisabled() local
993 assertTrue(updateHistogramCallback.mIsSuccess); in testAuctionServerFlow_withoutEncrypt_validRequest_FrequencyCapDisabled()
1473 UpdateAdCounterHistogramTestCallback updateHistogramCallback = in testGetAdSelectionData_fCap_success() local
1475 assertTrue(updateHistogramCallback.mIsSuccess); in testGetAdSelectionData_fCap_success()
2663 UpdateAdCounterHistogramTestCallback updateHistogramCallback = in testPersistAdSelectionResult_withoutDecrypt_savesNonWinEventsSuccess() local
2669 assertTrue(updateHistogramCallback.mIsSuccess); in testPersistAdSelectionResult_withoutDecrypt_savesNonWinEventsSuccess()