Home
last modified time | relevance | path

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

/frameworks/volley/src/com/android/volley/
DAuthFailureError.java28 public class AuthFailureError extends VolleyError { class
32 public AuthFailureError() { } in AuthFailureError() method in AuthFailureError
34 public AuthFailureError(Intent intent) { in AuthFailureError() method in AuthFailureError
38 public AuthFailureError(NetworkResponse response) { in AuthFailureError() method in AuthFailureError
42 public AuthFailureError(String message) { in AuthFailureError() method in AuthFailureError
46 public AuthFailureError(String message, Exception reason) { in AuthFailureError() method in AuthFailureError