Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdSelectionFromOutcomesE2ETest.java406 Map<Long, Double> adSelectionIdToBidMap = in testSelectAdsFromOutcomesPickHighestSuccess() local
411 persistAdSelectionEntryDaoResults(adSelectionIdToBidMap); in testSelectAdsFromOutcomesPickHighestSuccess()
553 Map<Long, Double> adSelectionIdToBidMap = in testSelectAdsFromOutcomesPickHighestSuccessUnifiedTables() local
558 persistAdSelectionEntryInUnifiedTable(adSelectionIdToBidMap); in testSelectAdsFromOutcomesPickHighestSuccessUnifiedTables()
640 Map<Long, Double> adSelectionIdToBidMap = Map.of(AD_SELECTION_ID_1, 10.0); in testSelectAdsFromOutcomesWaterfallMediationAdBidHigherThanBidFloorSuccess() local
641 persistAdSelectionEntryDaoResults(adSelectionIdToBidMap); in testSelectAdsFromOutcomesWaterfallMediationAdBidHigherThanBidFloorSuccess()
687 Map<Long, Double> adSelectionIdToBidMap = Map.of(AD_SELECTION_ID_1, 10.0); in testSelectAdsFromOutcomesWaterfallMediationPrebuiltUriSuccess() local
688 persistAdSelectionEntryDaoResults(adSelectionIdToBidMap); in testSelectAdsFromOutcomesWaterfallMediationPrebuiltUriSuccess()
748 Map<Long, Double> adSelectionIdToBidMap = Map.of(AD_SELECTION_ID_1, 10.0); in testSelectAdsFromOutcomesWaterfallMediationAdBidLowerThanBidFloorSuccess() local
749 persistAdSelectionEntryDaoResults(adSelectionIdToBidMap); in testSelectAdsFromOutcomesWaterfallMediationAdBidLowerThanBidFloorSuccess()
[all …]
DAdSelectionServiceImplTest.java10013 Map<Long, Double> adSelectionIdToBidMap = in testOverrideAdSelectionConfigRemoteOverridesSuccess() local
10018 persistAdSelectionEntryDaoResults(adSelectionIdToBidMap); in testOverrideAdSelectionConfigRemoteOverridesSuccess()
10870 private void persistAdSelectionEntryDaoResults(Map<Long, Double> adSelectionIdToBidMap) { in persistAdSelectionEntryDaoResults() argument
10871 persistAdSelectionEntryDaoResults(adSelectionIdToBidMap, TEST_PACKAGE_NAME); in persistAdSelectionEntryDaoResults()
10875 Map<Long, Double> adSelectionIdToBidMap, String callerPackageName) { in persistAdSelectionEntryDaoResults() argument
10883 for (Map.Entry<Long, Double> entry : adSelectionIdToBidMap.entrySet()) { in persistAdSelectionEntryDaoResults()