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

  /external/volley/src/main/java/com/android/volley/toolbox/
JsonRequest.java 58 this(Method.DEPRECATED_GET_OR_POST, url, requestBody, listener, errorListener);
HttpClientStack.java 101 case Method.DEPRECATED_GET_OR_POST: {
HurlStack.java 199 case Method.DEPRECATED_GET_OR_POST:
  /external/volley/src/main/java/com/android/volley/
Request.java 48 int DEPRECATED_GET_OR_POST = -1;
140 this(Method.DEPRECATED_GET_OR_POST, url, listener);
  /external/volley/src/test/java/com/android/volley/toolbox/
HttpClientStackTest.java 43 assertEquals(request.getMethod(), Method.DEPRECATED_GET_OR_POST);
51 assertEquals(request.getMethod(), Method.DEPRECATED_GET_OR_POST);
HurlStackTest.java 48 assertEquals(request.getMethod(), Method.DEPRECATED_GET_OR_POST);
57 assertEquals(request.getMethod(), Method.DEPRECATED_GET_OR_POST);
  /prebuilts/tools/common/m2/repository/com/mcxiaoke/volley/library/1.0.10/
library-1.0.10.jar 
  /prebuilts/tools/common/m2/repository/com/mcxiaoke/volley/library/1.0.18/
library-1.0.18.jar 

Completed in 1070 milliseconds