Home
last modified time | relevance | path

Searched refs:invokeAny (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DMockScheduledExecutorService.java171 public <T> T invokeAny(Collection<? extends Callable<T>> tasks) in invokeAny() method in MockScheduledExecutorService
177 public <T> T invokeAny(Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) in invokeAny() method in MockScheduledExecutorService
/frameworks/base/services/tests/servicestests/src/com/android/server/apphibernation/
DHibernationStateDiskStoreTest.java218 public <T> T invokeAny(Collection<? extends Callable<T>> tasks) in invokeAny() method in HibernationStateDiskStoreTest.MockScheduledExecutorService
224 public <T> T invokeAny(Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) in invokeAny() method in HibernationStateDiskStoreTest.MockScheduledExecutorService
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTestExecutorService.java173 public <T> T invokeAny(Collection<? extends Callable<T>> tasks) { in invokeAny() method in TestExecutorService
178 public <T> T invokeAny(Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) { in invokeAny() method in TestExecutorService
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt49062 …method public T invokeAny(java.util.Collection<? extends java.util.concurrent.Callable<T>>) throws…
49063 …method public T invokeAny(java.util.Collection<? extends java.util.concurrent.Callable<T>>, long, …
49408 …method public abstract T invokeAny(java.util.Collection<? extends java.util.concurrent.Callable<T>…
49409 …method public abstract T invokeAny(java.util.Collection<? extends java.util.concurrent.Callable<T>…