Home
last modified time | relevance | path

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

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