Searched refs:AsyncTaskExecutor (Results 1 – 7 of 7) 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 {
38 public interface AsyncTaskExecutor { interface
25 import com.android.dialer.common.concurrent.AsyncTaskExecutor;55 private final AsyncTaskExecutor asyncTaskExecutor = AsyncTaskExecutors.createThreadPoolExecutor();
39 import com.android.dialer.common.concurrent.AsyncTaskExecutor;54 private static final AsyncTaskExecutor EXECUTOR = AsyncTaskExecutors.createThreadPoolExecutor();
30 import com.android.dialer.common.concurrent.AsyncTaskExecutor;39 private static AsyncTaskExecutor asyncTaskExecutor;
71 import com.android.dialer.common.concurrent.AsyncTaskExecutor;145 private final AsyncTaskExecutor asyncTaskExecutor = AsyncTaskExecutors.createAsyncTaskExecutor();
50 import com.android.dialer.common.concurrent.AsyncTaskExecutor;129 protected AsyncTaskExecutor asyncTaskExecutor;