HomeSort by relevance Sort by last modified time
    Searched refs:threadPoolExecutor (Results 1 - 3 of 3) sorted by null

  /packages/apps/Camera2/src/com/android/camera/one/v2/commands/
CameraCommandExecutor.java 88 Provider<ExecutorService> threadPoolExecutor) {
92 mExecutorProvider = threadPoolExecutor;
  /frameworks/base/core/java/android/os/
AsyncTask.java 31 import java.util.concurrent.ThreadPoolExecutor;
47 * {@link ThreadPoolExecutor} and {@link FutureTask}.</p>
208 ThreadPoolExecutor threadPoolExecutor = new ThreadPoolExecutor(
211 threadPoolExecutor.allowCoreThreadTimeOut(true);
212 THREAD_POOL_EXECUTOR = threadPoolExecutor;
  /packages/apps/TV/src/com/android/tv/util/images/
ImageLoader.java 45 import java.util.concurrent.ThreadPoolExecutor;
80 ThreadPoolExecutor threadPoolExecutor =
81 new ThreadPoolExecutor(
88 threadPoolExecutor.allowCoreThreadTimeOut(true);
89 IMAGE_THREAD_POOL_EXECUTOR = threadPoolExecutor;

Completed in 298 milliseconds