Home
last modified time | relevance | path

Searched refs:setBlockingExecutor (Results 1 – 6 of 6) sorted by relevance

/external/volley/src/test/java/com/android/volley/toolbox/
DBasicAsyncNetworkTest.java86 httpNetwork.setBlockingExecutor(executor); in headersAndPostParams()
111 httpNetwork.setBlockingExecutor(executor); in headersAndPostParamsStream()
140 httpNetwork.setBlockingExecutor(executor); in notModified()
176 httpNetwork.setBlockingExecutor(executor); in notModified_legacyCache()
204 httpNetwork.setBlockingExecutor(executor); in socketTimeout()
221 httpNetwork.setBlockingExecutor(executor); in noConnectionDefault()
238 httpNetwork.setBlockingExecutor(executor); in noConnectionRetry()
256 httpNetwork.setBlockingExecutor(executor); in noConnectionNoRetry()
275 httpNetwork.setBlockingExecutor(executor); in unauthorized()
292 httpNetwork.setBlockingExecutor(executor); in malformedUrlRequest()
[all …]
/external/volley/src/main/java/com/android/volley/toolbox/
DBasicAsyncNetwork.java56 public void setBlockingExecutor(ExecutorService executor) { in setBlockingExecutor() method in BasicAsyncNetwork
57 super.setBlockingExecutor(executor); in setBlockingExecutor()
58 mAsyncStack.setBlockingExecutor(executor); in setBlockingExecutor()
DAsyncHttpStack.java72 public void setBlockingExecutor(ExecutorService executor) { in setBlockingExecutor() method in AsyncHttpStack
/external/volley/src/main/java/com/android/volley/
DAsyncNetwork.java111 public void setBlockingExecutor(ExecutorService executor) { in setBlockingExecutor() method in AsyncNetwork
DAsyncRequestQueue.java118 mNetwork.setBlockingExecutor(mBlockingExecutor); in start()
/external/volley/src/test/java/com/android/volley/cronet/
DCronetHttpStackTest.java377 stack.setBlockingExecutor(MoreExecutors.newDirectExecutorService()); in createStack()