Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/adselection/encryption/
DProtectedServersEncryptionConfigManagerTest.java348 AuctionEncryptionKeyFixture.mockAuctionKeyFetchResponseWithGivenKey( in test_multipleCoordinatorKeys_fetchSuccess_returnsLatestActiveAuctionKey()
355 AuctionEncryptionKeyFixture.mockAuctionKeyFetchResponseWithGivenKey( in test_multipleCoordinatorKeys_fetchSuccess_returnsLatestActiveAuctionKey()
539 AuctionEncryptionKeyFixture.mockAuctionKeyFetchResponseWithGivenKey( in test_getLatestOhttpKeyConfigOfType_withNoKeys_returnsLatestKey()
567 AuctionEncryptionKeyFixture.mockAuctionKeyFetchResponseWithGivenKey( in test_getLatestOhttpKeyConfig_refreshFlagOn_withExpiredKey_returnsNewKey()
621 AuctionEncryptionKeyFixture.mockAuctionKeyFetchResponseWithGivenKey( in test_getLatestOhttpKeyConfig_refreshFlagOff_withExpiredKey_returnsExpiredKey()
660 AuctionEncryptionKeyFixture.mockAuctionKeyFetchResponseWithGivenKey( in test_getLatestOhttpKeyConfigOfType_withNoKeys_persistsToDatabase()
697 AuctionEncryptionKeyFixture.mockAuctionKeyFetchResponseWithGivenKey( in test_getLatestOhttpKeyConfigOfType_nullCoordinator_returnsDefaultKey()
/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/com/android/adservices/service/adselection/
DServerAuctionTestHelper.java108 return AuctionEncryptionKeyFixture.mockAuctionKeyFetchResponseWithGivenKey(mAuctionKey); in getPublicAuctionKeyHttpResponse()
/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/android/adservices/adselection/
DAuctionEncryptionKeyFixture.java133 public static AdServicesHttpClientResponse mockAuctionKeyFetchResponseWithGivenKey( in mockAuctionKeyFetchResponseWithGivenKey() method in AuctionEncryptionKeyFixture
/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/adselection/
DAuctionServerIntegrationTest.java2998 AuctionEncryptionKeyFixture.mockAuctionKeyFetchResponseWithGivenKey(auctionKey); in testGetAdSelectionData_shellCommand_success()
3169 AuctionEncryptionKeyFixture.mockAuctionKeyFetchResponseWithGivenKey(auctionKey); in testGetAdSelectionData_refreshFlagOn_fetchesNewKey()
3281 AuctionEncryptionKeyFixture.mockAuctionKeyFetchResponseWithGivenKey(auctionKey); in testGetAdSelectionData_refreshFlagOff_noNetworkCall()
3384 AuctionEncryptionKeyFixture.mockAuctionKeyFetchResponseWithGivenKey(auctionKey); in testGetAdSelectionData_nullCoordinator_success()
3432 AuctionEncryptionKeyFixture.mockAuctionKeyFetchResponseWithGivenKey(auctionKey); in testGetAdSelectionData_invalidCoordinator_fails()