Home
last modified time | relevance | path

Searched refs:mRequestMethod (Results 1 – 1 of 1) sorted by relevance

/frameworks/volley/src/test/java/com/android/volley/mock/
DMockHttpURLConnection.java29 private String mRequestMethod; field in MockHttpURLConnection
35 mRequestMethod = "GET"; in MockHttpURLConnection()
51 mRequestMethod = method; in setRequestMethod()
56 return mRequestMethod; in getRequestMethod()