Home
last modified time | relevance | path

Searched refs:getValidTrustedBiddingKeys (Results 1 – 15 of 15) sorted by relevance

/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/cts/
DTrustedBiddingDataTest.java54 TrustedBiddingDataFixture.getValidTrustedBiddingKeys()) in testBuildValidTrustedBiddingDataSuccess()
60 .isEqualTo(TrustedBiddingDataFixture.getValidTrustedBiddingKeys()); in testBuildValidTrustedBiddingDataSuccess()
69 TrustedBiddingDataFixture.getValidTrustedBiddingKeys()) in testParcelValidTrustedBiddingDataSuccess()
79 .isEqualTo(TrustedBiddingDataFixture.getValidTrustedBiddingKeys()); in testParcelValidTrustedBiddingDataSuccess()
90 TrustedBiddingDataFixture.getValidTrustedBiddingKeys()) in testBuildNullUrlTrustedBiddingDataFails()
130 TrustedBiddingDataFixture.getValidTrustedBiddingKeys()) in testTrustedBiddingDataSuccessDescribeContent()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAuctionServerCustomAudienceFiltererTest.java21 …port static android.adservices.customaudience.TrustedBiddingDataFixture.getValidTrustedBiddingKeys;
160 .setKeys(getValidTrustedBiddingKeys()) in test_isValidCustomAudience_noAds_returnsFalse()
186 .setKeys(getValidTrustedBiddingKeys()) in test_isValidCustomAudience_emptyAdRenderId_returnsFalse()
221 .setKeys(getValidTrustedBiddingKeys()) in test_isValidCustomAudience_nullAdRenderId_returnsFalse()
243 List<String> mixOfValidAndInvalidKeys = getValidTrustedBiddingKeys(); in test_isValidCustomAudience_atLeastOneNonNullNonEmptyKeyAndAdRenderId_returnsTrue()
DPerBuyerBiddingRunnerTest.java272 .setKeys(TrustedBiddingDataFixture.getValidTrustedBiddingKeys()) in createDBCustomAudience()
DAdSelectionFailureE2ETest.java597 .setKeys(TrustedBiddingDataFixture.getValidTrustedBiddingKeys()) in createDBCustomAudience()
DAdSelectionE2ETest.java7824 .setKeys(TrustedBiddingDataFixture.getValidTrustedBiddingKeys()) in createDBCustomAudience()
7883 .setKeys(TrustedBiddingDataFixture.getValidTrustedBiddingKeys()) in createDBCustomAudienceWithAdCost()
/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/android/adservices/customaudience/
DTrustedBiddingDataFixture.java35 public static List<String> getValidTrustedBiddingKeys() { in getValidTrustedBiddingKeys() method in TrustedBiddingDataFixture
45 .setTrustedBiddingKeys(getValidTrustedBiddingKeys()) in getValidTrustedBiddingDataByBuyer()
/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/com/android/adservices/customaudience/
DDBTrustedBiddingDataFixture.java29 .setKeys(TrustedBiddingDataFixture.getValidTrustedBiddingKeys()); in getValidBuilderByBuyer()
/packages/modules/AdServices/adservices/tests/perf/src/android/adservices/test/scenario/adservices/utils/
DStaticAdTechServerUtils.java227 .setTrustedBiddingKeys(getValidTrustedBiddingKeys()) in getValidTrustedBiddingDataByBuyer()
232 private static ImmutableList<String> getValidTrustedBiddingKeys() { in getValidTrustedBiddingKeys() method in StaticAdTechServerUtils
DMockWebServerDispatcherFactory.java252 public static ImmutableList<String> getValidTrustedBiddingKeys() { in getValidTrustedBiddingKeys() method
DCustomAudienceSetupRule.java225 .setTrustedBiddingKeys(MockWebServerDispatcherFactory.getValidTrustedBiddingKeys())
/packages/modules/AdServices/adservices/tests/cts/endtoends/customaudience/testapps/sampleapplowbid/java/com/android/adservices/tests/cts/customaudience/sampleapplowbid/
DMainActivity.java142 TrustedBiddingDataFixture.getValidTrustedBiddingKeys()) in createCustomAudience()
/packages/modules/AdServices/adservices/tests/cts/endtoends/customaudience/testapps/sampleapphighbid/java/com/android/adservices/tests/cts/customaudience/sampleapphighbid/
DMainActivity.java141 TrustedBiddingDataFixture.getValidTrustedBiddingKeys()) in createCustomAudience()
/packages/modules/AdServices/adservices/tests/jetpack/src/com/android/adservices/protectedaudience/
DFledgeCtsDebuggableJetpackTest.java763 private static List<String> getValidTrustedBiddingKeys() { in getValidTrustedBiddingKeys() method in FledgeCtsDebuggableJetpackTest
769 getValidTrustedBiddingUriByBuyer(buyer), getValidTrustedBiddingKeys()); in getValidTrustedBiddingDataByBuyer()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DFledgeE2ETest.java5170 TrustedBiddingDataFixture.getValidTrustedBiddingKeys()) in createCustomAudience()
5242 TrustedBiddingDataFixture.getValidTrustedBiddingKeys()) in createCustomAudienceWithAdCost()
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/debuggablects/
DFledgeCtsDebuggableTest.java5004 TrustedBiddingDataFixture.getValidTrustedBiddingKeys()) in createCustomAudienceWithBiddingLogicUri()