Home
last modified time | relevance | path

Searched refs:supply (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/infra/
DAndroidFutureTest.java162 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()
/frameworks/base/services/fakes/
DAndroid.bp12 // artifacts for physical devices, as they already supply "real" services
/frameworks/base/packages/SystemUI/docs/
Dexecutors.md26 for testing. This also makes it easier to supply alternate implementations
72 the option to supply a [TimeUnit][TimeUnit] as a third argument.
/frameworks/compile/libbcc/
DREADME.rst19 * it supports on-device linking. Each device vendor can supply their
/frameworks/base/core/java/com/android/internal/infra/
DAndroidFuture.java483 public static <T> AndroidFuture<T> supply(Supplier<T> supplier) { in supply() method in AndroidFuture
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt179 in the event an application does not supply such function or
187 be optional: if the application does not supply it, the square
280 this License. You must supply a copy of this License. If the work
/frameworks/proto_logging/stats/
Datoms.proto3758 * This typically happens when audio HAL cannot supply A2DP with data fast enough for encoding.