Home
last modified time | relevance | path

Searched refs:notifyDeviceStateChange (Results 1 – 7 of 7) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceMonitorMultiplexer.java58 public synchronized void notifyDeviceStateChange(String serial, DeviceAllocationState oldState, in notifyDeviceStateChange() method in DeviceMonitorMultiplexer
61 monitor.notifyDeviceStateChange(serial, oldState, newState); in notifyDeviceStateChange()
DIDeviceMonitor.java60 public void notifyDeviceStateChange(String serial, DeviceAllocationState oldState, in notifyDeviceStateChange() method
DNativeDevice.java4804 mAllocationMonitor.notifyDeviceStateChange(getSerialNumber(), oldState, newState); in handleAllocationEvent()
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterDeviceMonitor.java226 public void notifyDeviceStateChange( in notifyDeviceStateChange() method in ClusterDeviceMonitor
229 super.notifyDeviceStateChange(serial, oldState, newState); in notifyDeviceStateChange()
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DMockDeviceManager.java210 mDvcMon.notifyDeviceStateChange( in allocateDevice()
223 mDvcMon.notifyDeviceStateChange( in freeDevice()
/tools/tradefederation/core/src/com/android/tradefed/monitoring/
DLabResourceDeviceMonitor.java286 public void notifyDeviceStateChange( in notifyDeviceStateChange() method in LabResourceDeviceMonitor
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java1075 public void notifyDeviceStateChange( in notifyDeviceStateChange() method in CommandScheduler.AvailDeviceMonitor