Searched refs:callable (Results 1 – 5 of 5) sorted by relevance
34 Callable<MediaPlayer> callable = new Callable<MediaPlayer>() { in createTestMediaPlayer() local40 FutureTask<MediaPlayer> future = new FutureTask<MediaPlayer>(callable); in createTestMediaPlayer()
59 Allows you to add data transfer code to the system in the form of callable components.
1112 Callable<Object> callable = new Callable<Object>() { in callMethodOnAppropriateTheadBlocking() local1118 FutureTask<Object> future = new FutureTask<Object>(callable); in callMethodOnAppropriateTheadBlocking()
51951 method public static java.util.concurrent.Callable<T> callable(java.lang.Runnable, T);51952 … method public static java.util.concurrent.Callable<java.lang.Object> callable(java.lang.Runnable);51953 …method public static java.util.concurrent.Callable<java.lang.Object> callable(java.security.Privil…51954 …method public static java.util.concurrent.Callable<java.lang.Object> callable(java.security.Privil…
49422 method public static java.util.concurrent.Callable<T> callable(java.lang.Runnable, T);49423 … method public static java.util.concurrent.Callable<java.lang.Object> callable(java.lang.Runnable);49424 …method public static java.util.concurrent.Callable<java.lang.Object> callable(java.security.Privil…49425 …method public static java.util.concurrent.Callable<java.lang.Object> callable(java.security.Privil…