Home
last modified time | relevance | path

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

/external/volley/src/main/java/com/android/volley/
DAuthFailureError.java23 public class AuthFailureError extends VolleyError { class
27 public AuthFailureError() {} in AuthFailureError() method in AuthFailureError
29 public AuthFailureError(Intent intent) { in AuthFailureError() method in AuthFailureError
33 public AuthFailureError(NetworkResponse response) { in AuthFailureError() method in AuthFailureError
37 public AuthFailureError(String message) { in AuthFailureError() method in AuthFailureError
41 public AuthFailureError(String message, Exception reason) { in AuthFailureError() method in AuthFailureError