Home
last modified time | relevance | path

Searched defs:getBlockingExecutor (Results 1 – 3 of 3) sorted by relevance

/external/volley/src/main/java/com/android/volley/
DAsyncNetwork.java127 protected ExecutorService getBlockingExecutor() { in getBlockingExecutor() method in AsyncNetwork
/external/volley/src/main/java/com/android/volley/toolbox/
DAsyncHttpStack.java77 protected ExecutorService getBlockingExecutor() { in getBlockingExecutor() method in AsyncHttpStack
/external/volley/src/main/java/com/android/volley/cronet/
DCronetHttpStack.java556 protected Executor getBlockingExecutor() { in getBlockingExecutor() method in CronetHttpStack.RequestListener