Searched refs:getNonBlockingExecutor (Results 1 – 3 of 3) sorted by relevance
93 if (getBlockingExecutor() == null || getNonBlockingExecutor() == null) { in executeRequest()168 .newUrlRequestBuilder(url, urlCallback, getNonBlockingExecutor()) in executeRequest()207 requestParameters.applyToRequest(builder, getNonBlockingExecutor()); in run()551 protected Executor getNonBlockingExecutor() { in getNonBlockingExecutor() method in CronetHttpStack.RequestListener552 return mStack.getNonBlockingExecutor(); in getNonBlockingExecutor()
132 protected ExecutorService getNonBlockingExecutor() { in getNonBlockingExecutor() method in AsyncNetwork
82 protected ExecutorService getNonBlockingExecutor() { in getNonBlockingExecutor() method in AsyncHttpStack