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

/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
/frameworks/base/core/java/android/os/
H A DAsyncTask.java175 * {@link #THREAD_POOL_EXECUTOR}.</p>
199 public static final Executor THREAD_POOL_EXECUTOR field in class:AsyncTask
244 THREAD_POOL_EXECUTOR.execute(mActive);
523 * with {@link #THREAD_POOL_EXECUTOR}; however, see commentary there for warnings
546 * <p>This method is typically used with {@link #THREAD_POOL_EXECUTOR} to
564 * @param exec The executor to use. {@link #THREAD_POOL_EXECUTOR} is available as a

Completed in 174 milliseconds