Searched refs:performRequestGetResponseInPlainString (Results 1 – 4 of 4) sorted by relevance
362 when(mAdServicesHttpsClientMock.performRequestGetResponseInPlainString(any())) in testPerformScheduledUpdates_Success()371 .performRequestGetResponseInPlainString(mRequestCaptor.capture()); in testPerformScheduledUpdates_Success()480 when(mAdServicesHttpsClientMock.performRequestGetResponseInPlainString(any())) in testPerformScheduledUpdates_AdditionalScheduleRequestsFlagEnabled_WithCustomAudiencesToLeave_Success()501 .performRequestGetResponseInPlainString(mRequestCaptor.capture()); in testPerformScheduledUpdates_AdditionalScheduleRequestsFlagEnabled_WithCustomAudiencesToLeave_Success()618 when(mAdServicesHttpsClientMock.performRequestGetResponseInPlainString(any())) in testPerformScheduledUpdates_withQuantityChecker_Success()626 verify(mAdServicesHttpsClientMock).performRequestGetResponseInPlainString(any()); in testPerformScheduledUpdates_withQuantityChecker_Success()705 when(mAdServicesHttpsClientMock.performRequestGetResponseInPlainString(any())) in testPerformScheduledUpdates_twoOwners_oneCaPerOwner_joinsOneCAForEachOwner()710 verify(mAdServicesHttpsClientMock).performRequestGetResponseInPlainString(any()); in testPerformScheduledUpdates_twoOwners_oneCaPerOwner_joinsOneCAForEachOwner()791 when(mAdServicesHttpsClientMock.performRequestGetResponseInPlainString(any())) in testPerformScheduledUpdates_withQuantityCheckerLimitZero_doesNotJoinAnyCA()799 verify(mAdServicesHttpsClientMock).performRequestGetResponseInPlainString(any()); in testPerformScheduledUpdates_withQuantityCheckerLimitZero_doesNotJoinAnyCA()[all …]
685 public ListenableFuture<AdServicesHttpClientResponse> performRequestGetResponseInPlainString( in performRequestGetResponseInPlainString() method in AdServicesHttpsClient
448 return FluentFuture.from(mHttpClient.performRequestGetResponseInPlainString(request))
1075 mClient.performRequestGetResponseInPlainString(request).get(); in testPerformRequestAndGetResponseInString_shouldReturnResponseString()