Home
last modified time | relevance | path

Searched refs:AsyncTaskExecutor (Results 1 – 7 of 7) 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 {
DAsyncTaskExecutor.java38 public interface AsyncTaskExecutor { interface
/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/dialer/shortcuts/
DShortcutUsageReporter.java39 import com.android.dialer.common.concurrent.AsyncTaskExecutor;
54 private static final AsyncTaskExecutor EXECUTOR = AsyncTaskExecutors.createThreadPoolExecutor();
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogAsyncTaskUtil.java30 import com.android.dialer.common.concurrent.AsyncTaskExecutor;
39 private static AsyncTaskExecutor asyncTaskExecutor;
DCallLogAdapter.java71 import com.android.dialer.common.concurrent.AsyncTaskExecutor;
145 private final AsyncTaskExecutor asyncTaskExecutor = AsyncTaskExecutors.createAsyncTaskExecutor();
/packages/apps/Dialer/java/com/android/dialer/app/voicemail/
DVoicemailPlaybackPresenter.java50 import com.android.dialer.common.concurrent.AsyncTaskExecutor;
129 protected AsyncTaskExecutor asyncTaskExecutor;