Searched refs:supply (Results 1 – 7 of 7) sorted by relevance
162 AndroidFuture<String> nearFuture = AndroidFuture.supply(() -> nearFutureString); in testThenCombine()164 AndroidFuture<String> farFuture = AndroidFuture.supply(() -> farFutureString); in testThenCombine()174 AndroidFuture<String> nearFuture = AndroidFuture.supply(() -> nearFutureString); in testThenCombine_functionThrowingException()176 AndroidFuture<String> farFuture = AndroidFuture.supply(() -> farFutureString); in testThenCombine_functionThrowingException()
12 // artifacts for physical devices, as they already supply "real" services
26 for testing. This also makes it easier to supply alternate implementations72 the option to supply a [TimeUnit][TimeUnit] as a third argument.
19 * it supports on-device linking. Each device vendor can supply their
483 public static <T> AndroidFuture<T> supply(Supplier<T> supplier) { in supply() method in AndroidFuture
179 in the event an application does not supply such function or187 be optional: if the application does not supply it, the square280 this License. You must supply a copy of this License. If the work
3758 * This typically happens when audio HAL cannot supply A2DP with data fast enough for encoding.