Searched defs:AsyncTaskExecutorFactory (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/util/
H A DAsyncTaskExecutors.java31 * {@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 { interface in class:AsyncTaskExecutors
75 public static void setFactoryForTest(AsyncTaskExecutorFactory factory) {

Completed in 139 milliseconds