Searched refs:AsyncTaskExecutor (Results 1 – 10 of 10) sorted by relevance
43 public static AsyncTaskExecutor createAsyncTaskExecutor() { in createAsyncTaskExecutor()56 public static AsyncTaskExecutor createThreadPoolExecutor() { in createThreadPoolExecutor()74 AsyncTaskExecutor createAsyncTaskExeuctor(); in createAsyncTaskExeuctor()77 static class SimpleAsyncTaskExecutor implements AsyncTaskExecutor {
46 private AsyncTaskExecutor serialExecutor = AsyncTaskExecutors.createAsyncTaskExecutor();47 private AsyncTaskExecutor parallelExecutor = AsyncTaskExecutors.createThreadPoolExecutor();
38 public interface AsyncTaskExecutor { interface
27 import com.android.dialer.common.concurrent.AsyncTaskExecutor;36 private static final AsyncTaskExecutor EXECUTOR = AsyncTaskExecutors.createThreadPoolExecutor();
39 import com.android.dialer.common.concurrent.AsyncTaskExecutor;54 private static final AsyncTaskExecutor EXECUTOR = AsyncTaskExecutors.createThreadPoolExecutor();
25 import com.android.dialer.common.concurrent.AsyncTaskExecutor;55 private final AsyncTaskExecutor asyncTaskExecutor = AsyncTaskExecutors.createThreadPoolExecutor();
31 import com.android.dialer.common.concurrent.AsyncTaskExecutor;62 AsyncTaskExecutor asyncTaskExecutor = AsyncTaskExecutors.createThreadPoolExecutor(); in submitTask()
31 import com.android.dialer.common.concurrent.AsyncTaskExecutor;40 private static AsyncTaskExecutor sAsyncTaskExecutor;
71 import com.android.dialer.common.concurrent.AsyncTaskExecutor;128 private final AsyncTaskExecutor mAsyncTaskExecutor = AsyncTaskExecutors.createAsyncTaskExecutor();
52 import com.android.dialer.common.concurrent.AsyncTaskExecutor;130 protected AsyncTaskExecutor mAsyncTaskExecutor;