Searched refs:getRequestProperties (Results 1 – 9 of 9) sorted by relevance
51 assertEquals(request.getRequestProperties().size(), 1); in testGetRequestWithVersionAttribute()53 request.getRequestProperties() in testGetRequestWithVersionAttribute()
337 if (request.getRequestProperties() != null) { in fetchPayloadWithLogging()340 .append(request.getRequestProperties().toString()); in fetchPayloadWithLogging()398 for (Map.Entry<String, String> entry : request.getRequestProperties().entrySet()) { in doFetchPayload()402 Map<String, List<String>> requestPropertiesMap = urlConnection.getRequestProperties(); in doFetchPayload()731 for (Map.Entry<String, String> entry : request.getRequestProperties().entrySet()) { in doPerformRequestAndGetResponse()
37 public abstract ImmutableMap<String, String> getRequestProperties(); in getRequestProperties() method in AdServicesHttpClientRequest
169 logHttpHeaders(connection.getRequestProperties()); in execute()180 logHttpHeaders(connection.getRequestProperties()); in execute()
194 logHttpHeaders(connection.getRequestProperties(), requestId); in execute()205 logHttpHeaders(connection.getRequestProperties(), requestId); in execute()
273 public Map<String, String> getRequestProperties() { in getRequestProperties() method in AfcClient
541 expect.that(request.getRequestProperties()).isEmpty(); in testAdServiceRequestResponseDefault_Empty()568 expect.that(request.getRequestProperties()).isEqualTo(requestProperties); in testCreateAdServicesRequestResponse_Success()599 expect.that(request.getRequestProperties()).isEqualTo(requestProperties); in testCreateAdServicesRequestResponse_Success_DevOptionsEnabled()
3062 String requestHeader = urlConnection.getRequestProperties().toString(); in sendHttpProbe()
578 doReturn(new ArrayMap<>()).when(connection).getRequestProperties(); in initHttpConnection()