Searched refs:executor (Results 1 - 3 of 3) sorted by relevance

/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
H A DVariableSpeed.java69 private VariableSpeed(Executor executor) throws UnsupportedOperationException { argument
70 Preconditions.checkNotNull(executor);
71 mExecutor = executor;
82 public static MediaPlayerProxy createVariableSpeed(Executor executor) argument
84 return new SingleThreadedMediaPlayerProxy(new VariableSpeed(executor));
/frameworks/base/core/tests/utillib/src/coretestutils/http/
H A DMockWebServer.java61 private final ExecutorService executor = Executors.newCachedThreadPool(); field in class:MockWebServer
141 executor.shutdown();
185 Future<?> future = executor.submit(callable);
/frameworks/base/voip/java/com/android/server/sip/
H A DSipWakeupTimer.java63 public SipWakeupTimer(Context context, Executor executor) { argument
70 mExecutor = executor;

Completed in 242 milliseconds