Home
last modified time | relevance | path

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

/external/volley/src/main/java/com/android/volley/cronet/
DCronetHttpStack.java93 if (getBlockingExecutor() == null || getNonBlockingExecutor() == null) { in executeRequest()
173 getBlockingExecutor() in executeRequest()
556 protected Executor getBlockingExecutor() { in getBlockingExecutor() method in CronetHttpStack.RequestListener
557 return mStack.getBlockingExecutor(); in getBlockingExecutor()
/external/volley/src/main/java/com/android/volley/toolbox/
DBasicAsyncNetwork.java108 getBlockingExecutor() in onRequestSucceeded()
140 if (getBlockingExecutor() == null) { in performRequest()
DAsyncHttpStack.java77 protected ExecutorService getBlockingExecutor() { in getBlockingExecutor() method in AsyncHttpStack
/external/volley/src/main/java/com/android/volley/
DAsyncNetwork.java127 protected ExecutorService getBlockingExecutor() { in getBlockingExecutor() method in AsyncNetwork