Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/common/concurrent/
DAsyncTaskExecutors.java43 public static AsyncTaskExecutor createAsyncTaskExecutor() { in createAsyncTaskExecutor()
56 public static AsyncTaskExecutor createThreadPoolExecutor() { in createThreadPoolExecutor()
74 AsyncTaskExecutor createAsyncTaskExeuctor(); in createAsyncTaskExeuctor()
77 static class SimpleAsyncTaskExecutor implements AsyncTaskExecutor {
DDialerUiTaskFragment.java46 private AsyncTaskExecutor serialExecutor = AsyncTaskExecutors.createAsyncTaskExecutor();
47 private AsyncTaskExecutor parallelExecutor = AsyncTaskExecutors.createThreadPoolExecutor();
DAsyncTaskExecutor.java38 public interface AsyncTaskExecutor { interface
/packages/apps/Dialer/java/com/android/dialer/shortcuts/
DShortcutRefresher.java27 import com.android.dialer.common.concurrent.AsyncTaskExecutor;
36 private static final AsyncTaskExecutor EXECUTOR = AsyncTaskExecutors.createThreadPoolExecutor();
DShortcutUsageReporter.java39 import com.android.dialer.common.concurrent.AsyncTaskExecutor;
54 private static final AsyncTaskExecutor EXECUTOR = AsyncTaskExecutors.createThreadPoolExecutor();
/packages/apps/Dialer/java/com/android/incallui/legacyblocking/
DBlockedNumberContentObserver.java25 import com.android.dialer.common.concurrent.AsyncTaskExecutor;
55 private final AsyncTaskExecutor asyncTaskExecutor = AsyncTaskExecutors.createThreadPoolExecutor();
/packages/apps/Dialer/java/com/android/incallui/spam/
DNumberInCallHistoryTask.java31 import com.android.dialer.common.concurrent.AsyncTaskExecutor;
62 AsyncTaskExecutor asyncTaskExecutor = AsyncTaskExecutors.createThreadPoolExecutor(); in submitTask()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogAsyncTaskUtil.java31 import com.android.dialer.common.concurrent.AsyncTaskExecutor;
40 private static AsyncTaskExecutor sAsyncTaskExecutor;
DCallLogAdapter.java71 import com.android.dialer.common.concurrent.AsyncTaskExecutor;
128 private final AsyncTaskExecutor mAsyncTaskExecutor = AsyncTaskExecutors.createAsyncTaskExecutor();
/packages/apps/Dialer/java/com/android/dialer/app/voicemail/
DVoicemailPlaybackPresenter.java52 import com.android.dialer.common.concurrent.AsyncTaskExecutor;
130 protected AsyncTaskExecutor mAsyncTaskExecutor;