Home
last modified time | relevance | path

Searched refs:mockAuctionKeyFetchResponse (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/adselection/encryption/
DAuctionEncryptionKeyParserTest.java25 …port static android.adservices.adselection.AuctionEncryptionKeyFixture.mockAuctionKeyFetchResponse;
136 mAuctionEncryptionKeyParser.getDbEncryptionKeys(mockAuctionKeyFetchResponse()); in getDbEncryptionKeys_parsesMultipleKeys()
DProtectedServersEncryptionConfigManagerTest.java286 AuctionEncryptionKeyFixture.mockAuctionKeyFetchResponse())); in test_fetchAndPersistAuctionKey_fetchSuccess_returnsLatestActiveAuctionKey()
315 AuctionEncryptionKeyFixture.mockAuctionKeyFetchResponse())); in test_fetchAndPersistAuctionKey_fetchSuccess_withLogging()
440 AuctionEncryptionKeyFixture.mockAuctionKeyFetchResponse())); in test_fetchAndPersistActiveKeysOfType_persistsJey()
DAdSelectionEncryptionKeyManagerTest.java319 AuctionEncryptionKeyFixture.mockAuctionKeyFetchResponse())); in test_fetchAndPersistAuctionKey_fetchSuccess_returnsLatestActiveAuctionKey()
/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/android/adservices/adselection/
DAuctionEncryptionKeyFixture.java117 public static AdServicesHttpClientResponse mockAuctionKeyFetchResponse() throws JSONException { in mockAuctionKeyFetchResponse() method in AuctionEncryptionKeyFixture