Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
H A DDocsSelectionHelperTest.java47 private List<TestSelectionManager> mCreated;
99 TestSelectionManager mgr = new TestSelectionManager(); in resetSelectionHelper()
105 private static final class TestSelectionManager extends StubSelectionTracker<String> { class in DocsSelectionHelperTest