Searched refs:SimpleAsyncTaskExecutor (Results 1 – 1 of 1) sorted by relevance
48 return new SimpleAsyncTaskExecutor(AsyncTask.SERIAL_EXECUTOR); in createAsyncTaskExecutor()61 return new SimpleAsyncTaskExecutor(AsyncTask.THREAD_POOL_EXECUTOR); in createThreadPoolExecutor()77 static class SimpleAsyncTaskExecutor implements AsyncTaskExecutor { class in AsyncTaskExecutors81 public SimpleAsyncTaskExecutor(Executor executor) { in SimpleAsyncTaskExecutor() method in AsyncTaskExecutors.SimpleAsyncTaskExecutor