Searched defs:future (Results 1 – 6 of 6) sorted by relevance
387 SettableFuture<Integer> future = SettableFuture.create(); in testCheckMinBatteryLevel_unreadable() local409 SettableFuture<Integer> future = SettableFuture.create(); in testCheckMinBatteryLevel_belowLevel() local432 SettableFuture<Integer> future = SettableFuture.create(); in testCheckMinBatteryLevel() local
134 Future<?> future = in testAllowInterruptAsync() local161 Future<?> future = in testAllowInterruptsAsync_alreadyAllowed() local
51 final SettableFuture<CompressionResult> future = SettableFuture.create(); in compress() local
104 Future<T> future = in invocation() local
115 val future = CompletableFuture<List<U>>() in par_map() constant
326 def future(self): member in RpcClient