Home
last modified time | relevance | path

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

/frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/
DRealMediaPlayerTest.java34 Callable<MediaPlayer> callable = new Callable<MediaPlayer>() { in createTestMediaPlayer() local
40 FutureTask<MediaPlayer> future = new FutureTask<MediaPlayer>(callable); in createTestMediaPlayer()
/frameworks/base/docs/html/training/sync-adapters/
Dindex.jd59 Allows you to add data transfer code to the system in the form of callable components.
/frameworks/base/core/java/android/view/
DViewDebug.java1112 Callable<Object> callable = new Callable<Object>() { in callMethodOnAppropriateTheadBlocking() local
1118 FutureTask<Object> future = new FutureTask<Object>(callable); in callMethodOnAppropriateTheadBlocking()
/frameworks/base/api/
Dsystem-current.txt51951 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…
Dcurrent.txt49422 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…