Home
last modified time | relevance | path

Searched refs:notifyListenerResponseNotUsable (Results 1 – 3 of 3) 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()
DRequest.java658 /* package */ void notifyListenerResponseNotUsable() { in notifyListenerResponseNotUsable() method in Request
/external/volley/src/test/java/com/android/volley/
DCacheDispatcherTest.java171 ((Request<?>) mRequest).notifyListenerResponseNotUsable(); in tripleCacheMiss_networkErrorOnFirst()
175 ((Request<?>) secondRequest).notifyListenerResponseNotUsable(); in tripleCacheMiss_networkErrorOnFirst()
203 ((Request<?>) mRequest).notifyListenerResponseNotUsable(); in duplicateSoftExpiredCacheHit_failedRequest()