Home
last modified time | relevance | path

Searched defs:resultFuture (Results 1 – 9 of 9) sorted by relevance

/external/downloader/src/test/java/com/google/android/downloader/
DDownloaderTest.java149 FluentFuture<DownloadResult> resultFuture = downloader.execute(request); in downloadOneFile() local
182 FluentFuture<DownloadResult> resultFuture = downloader.execute(request); in downloadOneFile_existingContent_partialContent() local
302 FluentFuture<DownloadResult> resultFuture = downloader.execute(request); in downloadOneFile_existingContent_partialContent_overwritesExistingContent() local
332 FluentFuture<DownloadResult> resultFuture = downloader.execute(request); in downloadOneFile_existingContent_noServerSupport() local
358 FluentFuture<DownloadResult> resultFuture = downloader.execute(request); in downloadOneFile_rangeNotSatisfiable() local
384 FluentFuture<DownloadResult> resultFuture = downloader.execute(request); in downloadOneFile_oAuthTokenProvider() local
412 FluentFuture<DownloadResult> resultFuture = downloader.execute(request); in downloadOneFile_oAuthTokenProvider_nullToken() local
435 FluentFuture<DownloadResult> resultFuture = downloader.execute(request); in downloadOneFile_notFound() local
469 FluentFuture<DownloadResult> resultFuture = downloader.execute(request); in downloadOneFile_customHeader() local
490 FluentFuture<DownloadResult> resultFuture = downloader.execute(request); in downloadOneFile_fileSystem() local
[all …]
/external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/robotests/
DStaticTest.java206 ListenableFuture<Map<Profile, String>> resultFuture = in staticCrossProfileMethod_future_both_works() local
234 ListenableFuture<Map<Profile, String>> resultFuture = in staticCrossProfileMethod_fake_future_both_works() local
DBothProfilesListenableFutureTest.java270 ListenableFuture<Map<Profile, Boolean>> resultFuture = in both_listenableFuture_contextArgument_works() local
/external/downloader/src/main/java/com/google/android/downloader/
DDownloader.java348 FluentFuture<DownloadResult> resultFuture; in execute() local
586 ClosingFuture<DownloadResult> resultFuture = in enqueueRequest() local
854 abstract ClosingFuture<DownloadResult> resultFuture(); in resultFuture() method in QueuedDownload
859 ClosingFuture<DownloadResult> resultFuture) { in create()
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractChainedListenableFutureTest.java38 protected ListenableFuture<T> resultFuture; field in AbstractChainedListenableFutureTest
/external/grpc-grpc-java/android-interop-testing/app/src/androidTest/java/io/grpc/android/integrationtest/
DInteropInstrumentationTest.java113 final SettableFuture<String> resultFuture = SettableFuture.create(); in runTest() local
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DAbstractChainedListenableFutureTest.java38 protected ListenableFuture<T> resultFuture; field in AbstractChainedListenableFutureTest
/external/downloader/src/example/java/com/google/android/downloader/example/
DDownloaderTestActivity.java196 FluentFuture<DownloadResult> resultFuture = downloader.execute(request); in startDownloads() local
/external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/testing/
DFakeCrossProfileTypeTest.java708 ListenableFuture<Map<Profile, Boolean>> resultFuture = in contextArgument_future_both_works() local