Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/util/
DAsyncTaskExecutors.java52 return new SimpleAsyncTaskExecutor(AsyncTask.SERIAL_EXECUTOR); in createAsyncTaskExecutor()
65 return new SimpleAsyncTaskExecutor(AsyncTask.THREAD_POOL_EXECUTOR); in createThreadPoolExecutor()
86 private static class SimpleAsyncTaskExecutor implements AsyncTaskExecutor { class in AsyncTaskExecutors
89 public SimpleAsyncTaskExecutor(Executor executor) { in SimpleAsyncTaskExecutor() method in AsyncTaskExecutors.SimpleAsyncTaskExecutor