Home
last modified time | relevance | path

Searched refs:TestScheduledExecutorService (Results 1 – 5 of 5) sorted by relevance

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/clipping/
DUrisSupplierTest.java32 import com.android.documentsui.testing.TestScheduledExecutorService;
58 private TestScheduledExecutorService mExecutor;
63 mExecutor = new TestScheduledExecutorService(); in setUp()
DClipStorageTest.java34 import com.android.documentsui.testing.TestScheduledExecutorService;
61 private TestScheduledExecutorService mExecutor;
73 mExecutor = new TestScheduledExecutorService(); in setUp()
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/services/
DFileOperationServiceTest.java45 import com.android.documentsui.testing.TestScheduledExecutorService;
65 private TestScheduledExecutorService mExecutor;
66 private TestScheduledExecutorService mDeletionExecutor;
80 mExecutor = new TestScheduledExecutorService(); in setUp()
81 mDeletionExecutor = new TestScheduledExecutorService(); in setUp()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestEnv.java69 public final TestScheduledExecutorService mExecutor;
93 mExecutor = new TestScheduledExecutorService(); in TestEnv()
DTestScheduledExecutorService.java40 public class TestScheduledExecutorService implements ScheduledExecutorService { class