Searched refs:getHttpMethodType (Results 1 – 3 of 3) sorted by relevance
202 mRequestCaptor.getValue().getHttpMethodType()); in testPerformScheduledUpdates_Success()277 mRequestCaptor.getValue().getHttpMethodType()); in testPerformScheduledUpdates_SuccessWithAuctionServerRequestFlagsEnabled()359 mRequestCaptor.getValue().getHttpMethodType()); in testPerformScheduledUpdates_SuccessWithAuctionServerRequestFlagsDisabled()445 mRequestCaptor.getValue().getHttpMethodType()); in testPerformScheduledUpdates_SuccessWithAuctionServerRequestFlagsEnabledButNoFlagsInResponse()756 mRequestCaptor.getValue().getHttpMethodType()); in testPerformScheduledUpdates_NoOverrides_Success()
46 public abstract HttpMethodType getHttpMethodType(); in getHttpMethodType() method in AdServicesHttpClientRequest
666 urlConnection.setRequestMethod(request.getHttpMethodType().name()); in doPerformRequestAndGetResponse()680 if (request.getHttpMethodType() == AdServicesHttpUtil.HttpMethodType.POST in doPerformRequestAndGetResponse()