Home
last modified time | relevance | path

Searched defs:blockingGet (Results 1 – 2 of 2) sorted by relevance

/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/integration/downloader/
DDownloadDestinationOpener.java145 private static <V> V blockingGet(ListenableFuture<V> future, String errorMessage) in blockingGet() method in DownloadDestinationOpener.DownloadDestinationImpl
/external/opencensus-java/examples/src/main/java/io/opencensus/examples/http/jetty/server/
DHelloWorldServer.java60 private void blockingGet(HttpServletRequest request, HttpServletResponse response) in blockingGet() method in HelloWorldServer.HelloServlet