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

  /packages/apps/Dialer/src/com/android/dialer/util/
AsyncTaskExecutors.java 31 * {@link AsyncTaskExecutorFactory} set through the
32 * {@link #setFactoryForTest(AsyncTaskExecutorFactory)} method, and if so delegate to that instead,
38 * A single instance of the {@link AsyncTaskExecutorFactory}, to which we delegate if it is
41 private static AsyncTaskExecutorFactory mInjectedAsyncTaskExecutorFactory = null;
70 public interface AsyncTaskExecutorFactory {
75 public static void setFactoryForTest(AsyncTaskExecutorFactory factory) {
  /packages/apps/Dialer/tests/src/com/android/dialer/util/
FakeAsyncTaskExecutor.java 223 public AsyncTaskExecutors.AsyncTaskExecutorFactory getFactory() {
224 return new AsyncTaskExecutors.AsyncTaskExecutorFactory() {

Completed in 55 milliseconds