Searched defs:statusFuture (Results 1 – 8 of 8) sorted by relevance
115 SettableFuture<Integer> statusFuture = SettableFuture.create(); in registerObserver_statusSetToSuccess_shouldNotifyConsumerWithStoredStatus() local130 SettableFuture<Integer> statusFuture = SettableFuture.create(); in queryAmbientContextServiceStatus_statusSetToSuccess_shouldReturnSuccess() local147 SettableFuture<Integer> statusFuture = SettableFuture.create(); in queryAmbientContextServiceStatus_statusSetToNotSupported_shouldReturnNotSupported() local
28 private val statusFuture = CompletableFuture<Int>() constant in android.net.http.cts.util.TestStatusListener
370 ListenableFuture<?> statusFuture = closingFuture.statusFuture(); in testStatusFuture() local388 ListenableFuture<?> statusFuture = closingFuture.statusFuture(); in testStatusFuture_failure() local406 ListenableFuture<?> statusFuture = closingFuture.statusFuture(); in testStatusFuture_cancelDoesNothing() local
353 ListenableFuture<?> statusFuture = closingFuture.statusFuture(); in testStatusFuture() local371 ListenableFuture<?> statusFuture = closingFuture.statusFuture(); in testStatusFuture_failure() local389 ListenableFuture<?> statusFuture = closingFuture.statusFuture(); in testStatusFuture_cancelDoesNothing() local
655 public ListenableFuture<?> statusFuture() { in statusFuture() method in ClosingFuture
652 public ListenableFuture<?> statusFuture() { in statusFuture() method in ClosingFuture
481 ListenableFuture<?> statusFuture = queuedDownload.resultFuture().statusFuture(); in maybeRunQueuedDownloads() local
737 final SettableFuture<Status> statusFuture = SettableFuture.create(); in contextAlreadyCancelledNotifiesImmediately() local