Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/customaudience/
DScheduledUpdatesHandlerTest.java192 when(mAdServicesHttpsClientMock.performRequestGetResponseInPlainString(any())) in testPerformScheduledUpdates_Success()
198 .performRequestGetResponseInPlainString(mRequestCaptor.capture()); in testPerformScheduledUpdates_Success()
267 when(mAdServicesHttpsClientMock.performRequestGetResponseInPlainString(any())) in testPerformScheduledUpdates_SuccessWithAuctionServerRequestFlagsEnabled()
273 .performRequestGetResponseInPlainString(mRequestCaptor.capture()); in testPerformScheduledUpdates_SuccessWithAuctionServerRequestFlagsEnabled()
349 when(mAdServicesHttpsClientMock.performRequestGetResponseInPlainString(any())) in testPerformScheduledUpdates_SuccessWithAuctionServerRequestFlagsDisabled()
355 .performRequestGetResponseInPlainString(mRequestCaptor.capture()); in testPerformScheduledUpdates_SuccessWithAuctionServerRequestFlagsDisabled()
435 when(mAdServicesHttpsClientMock.performRequestGetResponseInPlainString(any())) in testPerformScheduledUpdates_SuccessWithAuctionServerRequestFlagsEnabledButNoFlagsInResponse()
441 .performRequestGetResponseInPlainString(mRequestCaptor.capture()); in testPerformScheduledUpdates_SuccessWithAuctionServerRequestFlagsEnabledButNoFlagsInResponse()
517 when(mAdServicesHttpsClientMock.performRequestGetResponseInPlainString(any())) in testPerformScheduledUpdatesDoesNotPersistCAsWithMissingField()
561 when(mAdServicesHttpsClientMock.performRequestGetResponseInPlainString(any())) in testPerformScheduledUpdatesThrowsExceptionForMissingFieldWithAuctionServerRequestFlagsEnabled()
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/customaudience/
DScheduledUpdatesHandler.java311 FluentFuture.from(mHttpClient.performRequestGetResponseInPlainString(request)); in fetchUpdate()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/httpclient/
DAdServicesHttpsClient.java634 public ListenableFuture<AdServicesHttpClientResponse> performRequestGetResponseInPlainString( in performRequestGetResponseInPlainString() method in AdServicesHttpsClient
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/httpclient/
DAdServicesHttpsClientTest.java1049 mClient.performRequestGetResponseInPlainString(request).get(); in testPerformRequestAndGetResponseInString_shouldReturnResponseString()