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.java124 AuctionKey auctionKey) throws JSONException { in mockAuctionKeyFetchResponseWithGivenKey() argument
126 .setResponseBody(getDeterministicAuctionResponseBody(auctionKey)) in mockAuctionKeyFetchResponseWithGivenKey()
150 private static String getDeterministicAuctionResponseBody(AuctionKey auctionKey) in getDeterministicAuctionResponseBody() argument
153 json.put("keys", new JSONArray().put(getAuctionKeyJson(auctionKey))); in getDeterministicAuctionResponseBody()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAuctionServerE2ETest.java2927 AuctionEncryptionKeyFixture.AuctionKey auctionKey = in testGetAdSelectionData_multiCloudOn_success() local
2934 AuctionEncryptionKeyFixture.mockAuctionKeyFetchResponseWithGivenKey(auctionKey); in testGetAdSelectionData_multiCloudOn_success()
3046 AuctionEncryptionKeyFixture.AuctionKey auctionKey = in testGetAdSelectionData_multiCloudOn_refreshFlagOn_fetchesNewKey() local
3053 AuctionEncryptionKeyFixture.mockAuctionKeyFetchResponseWithGivenKey(auctionKey); in testGetAdSelectionData_multiCloudOn_refreshFlagOn_fetchesNewKey()
3184 AuctionEncryptionKeyFixture.AuctionKey auctionKey = in testGetAdSelectionData_multiCloudOn_refreshFlagOff_noNetworkCall() local
3191 AuctionEncryptionKeyFixture.mockAuctionKeyFetchResponseWithGivenKey(auctionKey); in testGetAdSelectionData_multiCloudOn_refreshFlagOff_noNetworkCall()
3318 AuctionEncryptionKeyFixture.AuctionKey auctionKey = in testGetAdSelectionData_multiCloudOff_refreshFlagOn_fetchesNewKey() local
3325 AuctionEncryptionKeyFixture.mockAuctionKeyFetchResponseWithGivenKey(auctionKey); in testGetAdSelectionData_multiCloudOff_refreshFlagOn_fetchesNewKey()
3444 AuctionEncryptionKeyFixture.AuctionKey auctionKey = in testGetAdSelectionData_multiCloudOff_refreshFlagOff_noNetworkCall() local
3451 AuctionEncryptionKeyFixture.mockAuctionKeyFetchResponseWithGivenKey(auctionKey); in testGetAdSelectionData_multiCloudOff_refreshFlagOff_noNetworkCall()
[all …]