HomeSort by relevance Sort by last modified time
    Searched refs:HttpPatch (Results 1 - 2 of 2) sorted by null

  /external/volley/src/main/java/com/android/volley/toolbox/
HttpClientStack.java 145 HttpPatch patchRequest = new HttpPatch(request.getUrl());
175 * The HttpPatch class does not exist in the Android framework, so this has been defined here.
177 public static final class HttpPatch extends HttpEntityEnclosingRequestBase {
181 public HttpPatch() {
185 public HttpPatch(final URI uri) {
191 public HttpPatch(final String uri) {
  /external/volley/src/test/java/com/android/volley/toolbox/
HttpClientStackTest.java 24 import com.android.volley.toolbox.HttpClientStack.HttpPatch;
145 assertTrue(httpRequest instanceof HttpPatch);
154 assertTrue(httpRequest instanceof HttpPatch);

Completed in 221 milliseconds