Searched refs:monitors (Results 1 – 2 of 2) sorted by relevance
4 and monitors the connected devices, handling test scheduling & execution and device
1251 List<IDeviceMonitor> monitors = new ArrayList<>(); in testDeviceMonitorLifeCycle() local1252 monitors.add(mockMonitor); in testDeviceMonitorLifeCycle()1255 DeviceManager manager = createDeviceManager(monitors, mMockIDevice); in testDeviceMonitorLifeCycle()1267 List<IDeviceMonitor> monitors = new ArrayList<>(); in testDeviceMonitorLifeCycleWhenAdbRestarts() local1268 monitors.add(mockMonitor); in testDeviceMonitorLifeCycleWhenAdbRestarts()1271 DeviceManager manager = createDeviceManager(monitors, mMockIDevice); in testDeviceMonitorLifeCycleWhenAdbRestarts()