Searched refs:getBodyInBytes (Results 1 – 3 of 3) sorted by relevance
206 new String(mRequestCaptor.getValue().getBodyInBytes())); in testPerformScheduledUpdates_Success()281 new String(mRequestCaptor.getValue().getBodyInBytes())); in testPerformScheduledUpdates_SuccessWithAuctionServerRequestFlagsEnabled()363 new String(mRequestCaptor.getValue().getBodyInBytes())); in testPerformScheduledUpdates_SuccessWithAuctionServerRequestFlagsDisabled()449 new String(mRequestCaptor.getValue().getBodyInBytes())); in testPerformScheduledUpdates_SuccessWithAuctionServerRequestFlagsEnabledButNoFlagsInResponse()760 new String(mRequestCaptor.getValue().getBodyInBytes())); in testPerformScheduledUpdates_NoOverrides_Success()
50 public abstract byte[] getBodyInBytes(); in getBodyInBytes() method in AdServicesHttpClientRequest
681 && request.getBodyInBytes() != null in doPerformRequestAndGetResponse()682 && request.getBodyInBytes().length > 0) { in doPerformRequestAndGetResponse()686 out.write(request.getBodyInBytes()); in doPerformRequestAndGetResponse()