Searched defs:THREAD_POOL_EXECUTOR (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
H A DAsyncTask.java175 * {@link #THREAD_POOL_EXECUTOR}.</p>
198 public static final Executor THREAD_POOL_EXECUTOR field in class:AsyncTask
243 THREAD_POOL_EXECUTOR.execute(mActive);
518 * with {@link #THREAD_POOL_EXECUTOR}; however, see commentary there for warnings
541 * <p>This method is typically used with {@link #THREAD_POOL_EXECUTOR} to
559 * @param exec The executor to use. {@link #THREAD_POOL_EXECUTOR} is available as a
/frameworks/support/v4/java/android/support/v4/content/
H A DModernAsyncTask.java68 public static final Executor THREAD_POOL_EXECUTOR field in class:ModernAsyncTask
77 private static volatile Executor sDefaultExecutor = THREAD_POOL_EXECUTOR;
357 * with {@link #THREAD_POOL_EXECUTOR}; however, see commentary there for warnings on
378 * <p>This method is typically used with {@link #THREAD_POOL_EXECUTOR} to
394 * @param exec The executor to use. {@link #THREAD_POOL_EXECUTOR} is available as a

Completed in 264 milliseconds