Searched refs:setBlockingExecutor (Results 1 – 6 of 6) sorted by relevance
86 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 …]
56 public void setBlockingExecutor(ExecutorService executor) { in setBlockingExecutor() method in BasicAsyncNetwork57 super.setBlockingExecutor(executor); in setBlockingExecutor()58 mAsyncStack.setBlockingExecutor(executor); in setBlockingExecutor()
72 public void setBlockingExecutor(ExecutorService executor) { in setBlockingExecutor() method in AsyncHttpStack
111 public void setBlockingExecutor(ExecutorService executor) { in setBlockingExecutor() method in AsyncNetwork
118 mNetwork.setBlockingExecutor(mBlockingExecutor); in start()
377 stack.setBlockingExecutor(MoreExecutors.newDirectExecutorService()); in createStack()