Home
last modified time | relevance | path

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

/tools/netsim/rust/daemon/src/devices/
Ddevices_handler.rs132 pub struct DeviceManager { struct
140 impl DeviceManager { argument
141 pub fn init(events: Arc<Events>) -> Arc<DeviceManager> { in init()
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java75 public class DeviceManager implements IDeviceManager { class
206 public DeviceManager() { in DeviceManager() method in DeviceManager