Home
last modified time | relevance | path

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

/tools/tradefederation/core/
DREADME.md4 and monitors the connected devices, handling test scheduling & execution and device
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DDeviceManagerTest.java1251 List<IDeviceMonitor> monitors = new ArrayList<>(); in testDeviceMonitorLifeCycle() local
1252 monitors.add(mockMonitor); in testDeviceMonitorLifeCycle()
1255 DeviceManager manager = createDeviceManager(monitors, mMockIDevice); in testDeviceMonitorLifeCycle()
1267 List<IDeviceMonitor> monitors = new ArrayList<>(); in testDeviceMonitorLifeCycleWhenAdbRestarts() local
1268 monitors.add(mockMonitor); in testDeviceMonitorLifeCycleWhenAdbRestarts()
1271 DeviceManager manager = createDeviceManager(monitors, mMockIDevice); in testDeviceMonitorLifeCycleWhenAdbRestarts()