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

/frameworks/support/v4/java/android/support/v4/content/
H A DModernAsyncTask.java69 public static final Executor THREAD_POOL_EXECUTOR field in class:ModernAsyncTask
78 private static volatile Executor sDefaultExecutor = THREAD_POOL_EXECUTOR;
362 * with {@link #THREAD_POOL_EXECUTOR}; however, see commentary there for warnings on
383 * <p>This method is typically used with {@link #THREAD_POOL_EXECUTOR} to
399 * @param exec The executor to use. {@link #THREAD_POOL_EXECUTOR} is available as a
/frameworks/base/core/java/android/os/
H A DAsyncTask.java178 * {@link #THREAD_POOL_EXECUTOR}.</p>
205 public static final Executor THREAD_POOL_EXECUTOR; field in class:AsyncTask
212 THREAD_POOL_EXECUTOR = threadPoolExecutor;
256 THREAD_POOL_EXECUTOR.execute(mActive);
543 * with {@link #THREAD_POOL_EXECUTOR}; however, see commentary there for warnings
567 * <p>This method is typically used with {@link #THREAD_POOL_EXECUTOR} to
585 * @param exec The executor to use. {@link #THREAD_POOL_EXECUTOR} is available as a

Completed in 118 milliseconds