Home
last modified time | relevance | path

Searched defs:future (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DWaitDeviceRecoveryTest.java387 SettableFuture<Integer> future = SettableFuture.create(); in testCheckMinBatteryLevel_unreadable() local
409 SettableFuture<Integer> future = SettableFuture.create(); in testCheckMinBatteryLevel_belowLevel() local
432 SettableFuture<Integer> future = SettableFuture.create(); in testCheckMinBatteryLevel() local
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandInterrupterTest.java134 Future<?> future = in testAllowInterruptAsync() local
161 Future<?> future = in testAllowInterruptsAsync_alreadyAllowed() local
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/compress/
DExecutorCompressor.java51 final SettableFuture<CompressionResult> future = SettableFuture.create(); in compress() local
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/logger/
DInvocationLocalTest.java104 Future<T> future = in invocation() local
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DBatchProcessor.kt115 val future = CompletableFuture<List<U>>() in par_map() constant
/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
Drpc_client.py326 def future(self): member in RpcClient