Searched refs:isClearedFuture (Results 1 – 1 of 1) sorted by relevance
320 final ListenableFuture<Boolean> isClearedFuture = deviceStateController.isCleared(); in handleException() local322 return Futures.whenAllSucceed(provisionStateFuture, isClearedFuture).call(() -> { in handleException()326 } else if (!Futures.getDone(isClearedFuture)) { in handleException()