Searched refs:supply (Results 1 – 20 of 20) sorted by relevance
236 AndroidFuture<String> suppliedFuture = AndroidFuture.supply(() -> STRING_VALUE); in testSupply()245 AndroidFuture<String> future = AndroidFuture.supply(() -> { in testSupply_futureThrowingException()283 s -> AndroidFuture.supply(() -> s + appendString)); in testThenCompose()295 AndroidFuture<String> throwingFuture = AndroidFuture.supply(() -> { in testThenCompose_functionThrowingException()310 AndroidFuture<String> nearFuture = AndroidFuture.supply(() -> nearFutureString); in testThenCombine()312 AndroidFuture<String> farFuture = AndroidFuture.supply(() -> farFutureString); in testThenCombine()322 AndroidFuture<String> nearFuture = AndroidFuture.supply(() -> nearFutureString); in testThenCombine_functionThrowingException()324 AndroidFuture<String> farFuture = AndroidFuture.supply(() -> farFutureString); in testThenCombine_functionThrowingException()
41 protected abstract T supply(); in supply() method in IoStatsTracker.Lazy45 mLazy = Optional.of(supply()); in get()77 protected List<ProcessInfo> supply() { in update()
33 // StatsServiceCompanion uses the proto to supply statsd with uid-package
48 // prebuild jar to supply that functionality.
27 `ANDROID_SERIAL` environment variable before running the script. You must supply an output directory
104 // The value `UNKNOWN_TYPE` means the system failed to supply a build type.
469 public static <T> AndroidFuture<T> supply(Supplier<T> supplier) { in supply() method in AndroidFuture
103 supply. So once an instance of a VM has been created it can be retrieved by name
721 android.car.util.concurrent AndroidFuture AndroidFuture<T> supply(Supplier<T> supplier)
712 android.car.util.concurrent AndroidFuture AndroidFuture<T> supply(Supplier<T> supplier)
764 android.car.util.concurrent AndroidFuture AndroidFuture<T> supply(Supplier<T> supplier)
807 android.car.util.concurrent AndroidFuture AndroidFuture<T> supply(Supplier<T> supplier)
3038 in the event an application does not supply such function or3046 be optional: if the application does not supply it, the square3139 this License. You must supply a copy of this License. If the work
2205 method TIRAMISU_0 AndroidFuture<T> supply(Supplier<T> supplier);
3983 com.meesho.supply 10378