Home
last modified time | relevance | path

Searched refs:fetchPayloadWithLogging (Results 1 – 13 of 13) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/encryption/
DProtectedServersEncryptionConfigManagerTest.java259 when(mMockHttpClient.fetchPayloadWithLogging( in test_fetchAndPersistAuctionKey_fetchSuccess_returnsLatestActiveAuctionKey()
288 when(mMockHttpClient.fetchPayloadWithLogging( in test_fetchAndPersistAuctionKey_fetchSuccess_withLogging()
321 when(mMockHttpClient.fetchPayloadWithLogging( in test_multipleCoordinatorKeys_fetchSuccess_returnsLatestActiveAuctionKey()
330 when(mMockHttpClient.fetchPayloadWithLogging( in test_multipleCoordinatorKeys_fetchSuccess_returnsLatestActiveAuctionKey()
413 when(mMockHttpClient.fetchPayloadWithLogging( in test_fetchAndPersistActiveKeysOfType_persistsJey()
512 when(mMockHttpClient.fetchPayloadWithLogging( in test_getLatestOhttpKeyConfigOfType_withNoKeys_returnsLatestKey()
539 when(mMockHttpClient.fetchPayloadWithLogging( in test_getLatestOhttpKeyConfig_refreshFlagOn_withExpiredKey_returnsNewKey()
592 when(mMockHttpClient.fetchPayloadWithLogging( in test_getLatestOhttpKeyConfig_refreshFlagOff_withExpiredKey_returnsExpiredKey()
631 when(mMockHttpClient.fetchPayloadWithLogging( in test_getLatestOhttpKeyConfigOfType_withNoKeys_persistsToDatabase()
668 when(mMockHttpClient.fetchPayloadWithLogging( in test_getLatestOhttpKeyConfigOfType_nullCoordinator_returnsDefaultKey()
DAdSelectionEncryptionKeyManagerTest.java315 when(mMockHttpClient.fetchPayloadWithLogging( in test_fetchAndPersistAuctionKey_fetchSuccess_returnsLatestActiveAuctionKey()
385 when(mMockHttpClient.fetchPayloadWithLogging( in test_getLatestOhttpKeyConfig_refreshFlagOn_withExpiredKey_returnsNewKey()
429 when(mMockHttpClient.fetchPayloadWithLogging( in test_getLatestOhttpKeyConfig_refreshFlagOff_withExpiredKey_returnsExpiredKey()
576 when(mMockHttpClient.fetchPayloadWithLogging( in test_getLatestActiveOhttpKeyConfig_withExpiredKey_shouldFetchAndPersistAndReturnNewKey()
609 when(mMockHttpClient.fetchPayloadWithLogging( in test_getLatestActiveOhttpKeyConfigOfType_withNoKey_shouldFetchPersistAndReturnNewKey()
DBackgroundKeyFetchWorkerTest.java421 when(mAdServicesHttpsClientMock.fetchPayloadWithLogging(
484 when(mAdServicesHttpsClientMock.fetchPayloadWithLogging(
543 when(mAdServicesHttpsClientMock.fetchPayloadWithLogging(
598 when(mAdServicesHttpsClientMock.fetchPayloadWithLogging(
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/httpclient/
DAdServicesHttpsClient.java264 public ListenableFuture<AdServicesHttpClientResponse> fetchPayloadWithLogging( in fetchPayloadWithLogging() method in AdServicesHttpsClient
268 return fetchPayloadWithLogging( in fetchPayloadWithLogging()
303 return fetchPayloadWithLogging(request, new FetchProcessLoggerNoLoggingImpl()); in fetchPayload()
315 public ListenableFuture<AdServicesHttpClientResponse> fetchPayloadWithLogging( in fetchPayloadWithLogging() method in AdServicesHttpsClient
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAuctionServerE2ETest.java2935 when(mMockHttpClient.fetchPayloadWithLogging( in testGetAdSelectionData_multiCloudOn_success()
3054 when(mMockHttpClient.fetchPayloadWithLogging( in testGetAdSelectionData_multiCloudOn_refreshFlagOn_fetchesNewKey()
3129 .fetchPayloadWithLogging( in testGetAdSelectionData_multiCloudOn_refreshFlagOn_fetchesNewKey()
3192 when(mMockHttpClient.fetchPayloadWithLogging( in testGetAdSelectionData_multiCloudOn_refreshFlagOff_noNetworkCall()
3218 .fetchPayloadWithLogging( in testGetAdSelectionData_multiCloudOn_refreshFlagOff_noNetworkCall()
3326 when(mMockHttpClient.fetchPayloadWithLogging( in testGetAdSelectionData_multiCloudOff_refreshFlagOn_fetchesNewKey()
3394 .fetchPayloadWithLogging( in testGetAdSelectionData_multiCloudOff_refreshFlagOn_fetchesNewKey()
3452 when(mMockHttpClient.fetchPayloadWithLogging( in testGetAdSelectionData_multiCloudOff_refreshFlagOff_noNetworkCall()
3520 .fetchPayloadWithLogging( in testGetAdSelectionData_multiCloudOff_refreshFlagOff_noNetworkCall()
3572 when(mMockHttpClient.fetchPayloadWithLogging( in testGetAdSelectionData_multiCloudOn_nullCoordinator_success()
[all …]
DAdsScoreGeneratorImplTest.java685 when(mMockHttpsClient.fetchPayloadWithLogging( in testRunAdScoringSuccess_withDebugReportingEnabled()
768 verify(mMockHttpsClient).fetchPayloadWithLogging(requestArgumentCaptor.capture(), any()); in testRunAdScoringSuccess_withDebugReportingEnabled()
1615 when(mMockHttpsClient.fetchPayloadWithLogging( in testRunAdScoringTimesOut()
DFrequencyCapFilteringE2ETest.java375 .fetchPayloadWithLogging( in setup()
DAdSelectionServiceImplTest.java8606 .fetchPayloadWithLogging( in testReportImpressionSuccessWithValidImpressionReportingSubdomains()
8693 .fetchPayloadWithLogging( in testReportImpressionSuccessWithValidImpressionReportingSubdomains()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/httpclient/
DAdServicesHttpsClientTest.java594 mClient.fetchPayloadWithLogging( in testFetchPayloadResponsesUsesCache()
1159 mClient.fetchPayloadWithLogging( in testFetchPayloadSuccessfulResponseWithServerAuctionKeyFetchLogging()
1215 mClient.fetchPayloadWithLogging( in testFetchPayloadSuccessfulResponseWithSelectAdsFromOutcomesLogging()
1231 return mClient.fetchPayloadWithLogging( in fetchPayloadWithEncodingJsFetchLogging()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/encryption/
DProtectedServersEncryptionConfigManagerBase.java175 return mAdServicesHttpsClient.fetchPayloadWithLogging( in fetchKeyPayload()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/signals/
DEncoderLogicHandler.java189 mAdServicesHttpsClient.fetchPayloadWithLogging( in downloadAndUpdate()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DJsFetcher.java391 mAdServicesHttpsClient.fetchPayloadWithLogging(
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/signals/
DEncoderLogicHandlerTest.java145 when(mAdServicesHttpsClient.fetchPayloadWithLogging( in testDownloadAndUpdate_success()