Home
last modified time | relevance | path

Searched defs:AuthFailureError (Results 1 – 1 of 1) sorted by relevance

/frameworks/volley/src/main/java/com/android/volley/
DAuthFailureError.java25 public class AuthFailureError extends VolleyError { class
29 public AuthFailureError() { } in AuthFailureError() method in AuthFailureError
31 public AuthFailureError(Intent intent) { in AuthFailureError() method in AuthFailureError
35 public AuthFailureError(NetworkResponse response) { in AuthFailureError() method in AuthFailureError
39 public AuthFailureError(String message) { in AuthFailureError() method in AuthFailureError
43 public AuthFailureError(String message, Exception reason) { in AuthFailureError() method in AuthFailureError