Home
last modified time | relevance | path

Searched refs:threadPoolExecutor (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/one/v2/commands/
DCameraCommandExecutor.java88 Provider<ExecutorService> threadPoolExecutor) { in CameraCommandExecutor() argument
92 mExecutorProvider = threadPoolExecutor; in CameraCommandExecutor()
/packages/apps/TV/src/com/android/tv/util/
DImageLoader.java83 ThreadPoolExecutor threadPoolExecutor = new ThreadPoolExecutor(CORE_POOL_SIZE,
86 threadPoolExecutor.allowCoreThreadTimeOut(true);
87 IMAGE_THREAD_POOL_EXECUTOR = threadPoolExecutor;