Home
last modified time | relevance | path

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

/external/volley/src/main/java/com/android/volley/toolbox/
DAsyncHttpStack.java41 void onAuthError(AuthFailureError authFailureError); in onAuthError() method
118 public void onAuthError(AuthFailureError authFailureError) { in executeRequest()
DBasicAsyncNetwork.java158 public void onAuthError(AuthFailureError authFailureError) { in performRequest()
/external/volley/src/test/java/com/android/volley/mock/
DMockAsyncStack.java73 callback.onAuthError(authFailureError); in executeRequest()
/external/volley/src/main/java/com/android/volley/cronet/
DCronetHttpStack.java214 callback.onAuthError(authFailureError); in run()