Searched refs:TEST_URL (Results 1 – 1 of 1) sorted by relevance
/frameworks/volley/src/test/java/com/android/volley/mock/ |
D | TestRequest.java | 27 private static final String TEST_URL = "http://foo.com"; field in TestRequest 53 super(TEST_URL, null); in DeprecatedGet() 62 super(TEST_URL, null); in DeprecatedPost() 76 super(Method.GET, TEST_URL, null); in Get() 86 super(Method.POST, TEST_URL, null); in Post() 111 super(Method.PUT, TEST_URL, null); in Put() 133 super(Method.DELETE, TEST_URL, null); in Delete() 140 super(Method.HEAD, TEST_URL, null); in Head() 147 super(Method.OPTIONS, TEST_URL, null); in Options() 154 super(Method.TRACE, TEST_URL, null); in Trace() [all …]
|