Home
last modified time | relevance | path

Searched defs:SelectionManagerImpl (Results 1 – 2 of 2) sorted by relevance

/external/autotest/frontend/client/src/autotest/afe/
DTestSelector.java61 public static class SelectionManagerImpl extends SelectionManager class
63 public SelectionManagerImpl(DataTable table, boolean selectOnlyOne) { in SelectionManagerImpl() method in TestSelector.ISelectionManager.SelectionManagerImpl
/external/perfetto/ui/src/core/
Dselection_manager.ts54 export class SelectionManagerImpl implements SelectionManager { class