Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/android/adservices/adselection/
DAuctionEncryptionKeyFixture.java66 public static final AuctionKey AUCTION_KEY_1 =
67 AuctionKey.builder()
71 public static final AuctionKey AUCTION_KEY_2 =
72 AuctionKey.builder()
76 private static final AuctionKey AUCTION_KEY_3 =
77 AuctionKey.builder()
81 private static final AuctionKey AUCTION_KEY_4 =
82 AuctionKey.builder()
86 private static final AuctionKey AUCTION_KEY_5 =
87 AuctionKey.builder()
[all …]
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAuctionServerE2ETest.java2927 AuctionEncryptionKeyFixture.AuctionKey auctionKey = in testGetAdSelectionData_multiCloudOn_success()
2928 AuctionEncryptionKeyFixture.AuctionKey.builder() in testGetAdSelectionData_multiCloudOn_success()
3046 AuctionEncryptionKeyFixture.AuctionKey auctionKey = in testGetAdSelectionData_multiCloudOn_refreshFlagOn_fetchesNewKey()
3047 AuctionEncryptionKeyFixture.AuctionKey.builder() in testGetAdSelectionData_multiCloudOn_refreshFlagOn_fetchesNewKey()
3184 AuctionEncryptionKeyFixture.AuctionKey auctionKey = in testGetAdSelectionData_multiCloudOn_refreshFlagOff_noNetworkCall()
3185 AuctionEncryptionKeyFixture.AuctionKey.builder() in testGetAdSelectionData_multiCloudOn_refreshFlagOff_noNetworkCall()
3318 AuctionEncryptionKeyFixture.AuctionKey auctionKey = in testGetAdSelectionData_multiCloudOff_refreshFlagOn_fetchesNewKey()
3319 AuctionEncryptionKeyFixture.AuctionKey.builder() in testGetAdSelectionData_multiCloudOff_refreshFlagOn_fetchesNewKey()
3444 AuctionEncryptionKeyFixture.AuctionKey auctionKey = in testGetAdSelectionData_multiCloudOff_refreshFlagOff_noNetworkCall()
3445 AuctionEncryptionKeyFixture.AuctionKey.builder() in testGetAdSelectionData_multiCloudOff_refreshFlagOff_noNetworkCall()
[all …]