HomeSort by relevance Sort by last modified time
    Searched refs:AsyncTaskExecutors (Results 1 - 5 of 5) 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;
75 AsyncTaskExecutors.setFactoryForTest(mFakeAsyncTaskExecutor.getFactory());
92 AsyncTaskExecutors.setFactoryForTest(null);
  /packages/apps/Dialer/src/com/android/dialer/voicemail/
VoicemailPlaybackFragment.java 45 import com.android.dialer.util.AsyncTaskExecutors;
104 AsyncTaskExecutors.createAsyncTaskExecutor(), wakeLock);
  /packages/apps/Dialer/src/com/android/dialer/
CallDetailActivity.java 71 import com.android.dialer.util.AsyncTaskExecutors;
298 mAsyncTaskExecutor = AsyncTaskExecutors.createThreadPoolExecutor();
    [all...]

Completed in 147 milliseconds