Home
last modified time | relevance | path

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

/external/volley/src/main/java/com/android/volley/
DNetworkDispatcher.java125 request.notifyListenerResponseNotUsable(); in processRequest()
139 request.notifyListenerResponseNotUsable(); in processRequest()
161 request.notifyListenerResponseNotUsable(); in processRequest()
167 request.notifyListenerResponseNotUsable(); in processRequest()
DAsyncRequestQueue.java315 mRequest.notifyListenerResponseNotUsable(); in run()
330 mRequest.notifyListenerResponseNotUsable(); in run()
352 mRequest.notifyListenerResponseNotUsable(); in run()
DRequest.java683 /* package */ void notifyListenerResponseNotUsable() { in notifyListenerResponseNotUsable() method in Request
/external/volley/src/test/java/com/android/volley/
DCacheDispatcherTest.java190 ((Request<?>) mRequest).notifyListenerResponseNotUsable(); in tripleCacheMiss_networkErrorOnFirst()
194 ((Request<?>) secondRequest).notifyListenerResponseNotUsable(); in tripleCacheMiss_networkErrorOnFirst()
222 ((Request<?>) mRequest).notifyListenerResponseNotUsable(); in duplicateSoftExpiredCacheHit_failedRequest()