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

/packages/apps/Contacts/src/com/android/contacts/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) {
/packages/apps/Contacts/tests/src/com/android/contacts/util/
H A DFakeAsyncTaskExecutor.java224 public AsyncTaskExecutors.AsyncTaskExecutorFactory getFactory() {
225 return new AsyncTaskExecutors.AsyncTaskExecutorFactory() {

Completed in 66 milliseconds