Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/dialer/common/concurrent/
H A 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 {
H A DAsyncTaskExecutor.java38 public interface AsyncTaskExecutor { interface
/aosp12/packages/apps/Dialer/java/com/android/incallui/legacyblocking/
H A DBlockedNumberContentObserver.java25 import com.android.dialer.common.concurrent.AsyncTaskExecutor;
55 private final AsyncTaskExecutor asyncTaskExecutor = AsyncTaskExecutors.createThreadPoolExecutor();
/aosp12/packages/apps/Dialer/java/com/android/dialer/shortcuts/
H A DShortcutUsageReporter.java39 import com.android.dialer.common.concurrent.AsyncTaskExecutor;
54 private static final AsyncTaskExecutor EXECUTOR = AsyncTaskExecutors.createThreadPoolExecutor();
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A DCallLogAsyncTaskUtil.java30 import com.android.dialer.common.concurrent.AsyncTaskExecutor;
39 private static AsyncTaskExecutor asyncTaskExecutor;
H A DCallLogAdapter.java71 import com.android.dialer.common.concurrent.AsyncTaskExecutor;
145 private final AsyncTaskExecutor asyncTaskExecutor = AsyncTaskExecutors.createAsyncTaskExecutor();
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/voicemail/
H A DVoicemailPlaybackPresenter.java50 import com.android.dialer.common.concurrent.AsyncTaskExecutor;
129 protected AsyncTaskExecutor asyncTaskExecutor;