Home
last modified time | relevance | path

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

/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/utils/plugin/entity/
DPluginConf.java50 private List<DeviceType> supportDeviceTypes = new ArrayList<>(); field in PluginConf
285 public void addSupportDeviceTypes(DeviceType supportDeviceTypes) { in addSupportDeviceTypes()