Searched refs:performRequestGetResponseInPlainString (Results 1 – 4 of 4) sorted by relevance
192 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 …]
311 FluentFuture.from(mHttpClient.performRequestGetResponseInPlainString(request)); in fetchUpdate()
634 public ListenableFuture<AdServicesHttpClientResponse> performRequestGetResponseInPlainString( in performRequestGetResponseInPlainString() method in AdServicesHttpsClient
1049 mClient.performRequestGetResponseInPlainString(request).get(); in testPerformRequestAndGetResponseInString_shouldReturnResponseString()