Searched refs:setFactoryForTest (Results 1 – 4 of 4) sorted by relevance
63 AsyncTaskExecutors.setFactoryForTest(mFakeAsyncTaskExecutor.getFactory()); in setUp()74 AsyncTaskExecutors.setFactoryForTest(null); in tearDown()
70 AsyncTaskExecutors.setFactoryForTest(mFakeAsyncTaskExecutor.getFactory()); in setUp()89 AsyncTaskExecutors.setFactoryForTest(null); in tearDown()
110 AsyncTaskExecutors.setFactoryForTest(mFakeAsyncTaskExecutor.getFactory()); in setUp()119 AsyncTaskExecutors.setFactoryForTest(null); in tearDown()
75 public static void setFactoryForTest(AsyncTaskExecutorFactory factory) { in setFactoryForTest() method in AsyncTaskExecutors