Searched refs:FakeAsyncTaskExecutor (Results 1 – 4 of 4) sorted by relevance
50 public class FakeAsyncTaskExecutor implements AsyncTaskExecutor { class63 public FakeAsyncTaskExecutor(Instrumentation instrumentation) { in FakeAsyncTaskExecutor() method in FakeAsyncTaskExecutor227 return FakeAsyncTaskExecutor.this; in getFactory()
38 import com.android.dialer.util.FakeAsyncTaskExecutor;51 private FakeAsyncTaskExecutor mFakeAsyncTaskExecutor;62 mFakeAsyncTaskExecutor = new FakeAsyncTaskExecutor(getInstrumentation()); in setUp()
32 import com.android.dialer.util.FakeAsyncTaskExecutor;59 protected FakeAsyncTaskExecutor mFakeAsyncTaskExecutor;69 mFakeAsyncTaskExecutor = new FakeAsyncTaskExecutor(getInstrumentation()); in setUp()
35 import com.android.dialer.util.FakeAsyncTaskExecutor;104 private FakeAsyncTaskExecutor mFakeAsyncTaskExecutor;109 mFakeAsyncTaskExecutor = new FakeAsyncTaskExecutor(getInstrumentation()); in setUp()