HomeSort by relevance Sort by last modified time
    Searched refs:AsyncTaskExecutors (Results 1 - 6 of 6) sorted by null

  /packages/apps/Dialer/src/com/android/dialer/util/
AsyncTaskExecutors.java 28 * Factory methods for creating AsyncTaskExecutors.
36 public final class AsyncTaskExecutors {
48 synchronized (AsyncTaskExecutors.class) {
61 synchronized (AsyncTaskExecutors.class) {
76 synchronized (AsyncTaskExecutors.class) {
  /packages/apps/Dialer/tests/src/com/android/dialer/
CallDetailActivityTest.java 35 import com.android.dialer.util.AsyncTaskExecutors;
62 AsyncTaskExecutors.setFactoryForTest(mFakeAsyncTaskExecutor.getFactory());
73 AsyncTaskExecutors.setFactoryForTest(null);
  /packages/apps/Dialer/tests/src/com/android/dialer/util/
FakeAsyncTaskExecutor.java 142 AsyncTaskExecutors.checkCalledFromUiThread();
223 public AsyncTaskExecutors.AsyncTaskExecutorFactory getFactory() {
224 return new AsyncTaskExecutors.AsyncTaskExecutorFactory() {
  /packages/apps/Dialer/tests/src/com/android/dialer/voicemail/
VoicemailPlaybackTest.java 37 import com.android.dialer.util.AsyncTaskExecutors;
77 AsyncTaskExecutors.setFactoryForTest(mFakeAsyncTaskExecutor.getFactory());
101 AsyncTaskExecutors.setFactoryForTest(null);
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogAsyncTaskUtil.java 34 import com.android.dialer.util.AsyncTaskExecutors;
90 sAsyncTaskExecutor = AsyncTaskExecutors.createThreadPoolExecutor();
  /packages/apps/Dialer/src/com/android/dialer/voicemail/
VoicemailPlaybackPresenter.java 41 import com.android.dialer.util.AsyncTaskExecutors;
188 mAsyncTaskExecutor = AsyncTaskExecutors.createAsyncTaskExecutor();

Completed in 508 milliseconds