HomeSort by relevance Sort by last modified time
    Searched refs:AsyncTaskExecutors (Results 1 - 9 of 9) 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/util/
FakeAsyncTaskExecutor.java 142 AsyncTaskExecutors.checkCalledFromUiThread();
223 public AsyncTaskExecutors.AsyncTaskExecutorFactory getFactory() {
224 return new AsyncTaskExecutors.AsyncTaskExecutorFactory() {
  /packages/apps/Dialer/tests/src/com/android/dialer/
CallDetailActivityTest.java 37 import com.android.dialer.util.AsyncTaskExecutors;
63 AsyncTaskExecutors.setFactoryForTest(mFakeAsyncTaskExecutor.getFactory());
74 AsyncTaskExecutors.setFactoryForTest(null);
  /packages/apps/Dialer/tests/src/com/android/dialer/voicemail/
VoicemailActivityInstrumentationTestCase2.java 31 import com.android.dialer.util.AsyncTaskExecutors;
70 AsyncTaskExecutors.setFactoryForTest(mFakeAsyncTaskExecutor.getFactory());
89 AsyncTaskExecutors.setFactoryForTest(null);
VoicemailAsyncTaskUtilTest.java 34 import com.android.dialer.util.AsyncTaskExecutors;
110 AsyncTaskExecutors.setFactoryForTest(mFakeAsyncTaskExecutor.getFactory());
119 AsyncTaskExecutors.setFactoryForTest(null);
  /packages/apps/Dialer/src/com/android/dialer/voicemail/
VoicemailAsyncTaskUtil.java 23 import com.android.dialer.util.AsyncTaskExecutors;
94 mAsyncTaskExecutor = AsyncTaskExecutors.createThreadPoolExecutor();
VoicemailPlaybackLayout.java 47 import com.android.dialer.util.AsyncTaskExecutors;
276 AsyncTaskExecutors.createAsyncTaskExecutor();
VoicemailPlaybackPresenter.java 41 import com.android.dialer.util.AsyncTaskExecutors;
204 mAsyncTaskExecutor = AsyncTaskExecutors.createAsyncTaskExecutor();
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogAsyncTaskUtil.java 42 import com.android.dialer.util.AsyncTaskExecutors;
137 sAsyncTaskExecutor = AsyncTaskExecutors.createThreadPoolExecutor();

Completed in 98 milliseconds