Searched refs:COORDINATOR_URL_AUCTION (Results 1 – 2 of 2) sorted by relevance
21 import static android.adservices.adselection.AuctionEncryptionKeyFixture.COORDINATOR_URL_AUCTION;197 COORDINATOR_URL_AUCTION)) in test_getLatestAuctionKey_returnsAuctionKey()206 COORDINATOR_URL_AUCTION); in test_getLatestAuctionKey_returnsAuctionKey()260 eq(Uri.parse(COORDINATOR_URL_AUCTION)), in test_fetchAndPersistAuctionKey_fetchSuccess_returnsLatestActiveAuctionKey()270 COORDINATOR_URL_AUCTION)) in test_fetchAndPersistAuctionKey_fetchSuccess_returnsLatestActiveAuctionKey()277 Uri.parse(COORDINATOR_URL_AUCTION), in test_fetchAndPersistAuctionKey_fetchSuccess_returnsLatestActiveAuctionKey()289 eq(Uri.parse(COORDINATOR_URL_AUCTION)), in test_fetchAndPersistAuctionKey_fetchSuccess_withLogging()299 COORDINATOR_URL_AUCTION)) in test_fetchAndPersistAuctionKey_fetchSuccess_withLogging()306 Uri.parse(COORDINATOR_URL_AUCTION), in test_fetchAndPersistAuctionKey_fetchSuccess_withLogging()322 eq(Uri.parse(COORDINATOR_URL_AUCTION)), in test_multipleCoordinatorKeys_fetchSuccess_returnsLatestActiveAuctionKey()[all …]
44 public static final String COORDINATOR_URL_AUCTION = "https://example-auction.com/full/url"; field in AuctionEncryptionKeyFixture98 .setCoordinatorUrl(COORDINATOR_URL_AUCTION)