Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceMonitorMultiplexer.java56 public synchronized void notifyDeviceStateChange(String serial, DeviceAllocationState oldState, in notifyDeviceStateChange() method in DeviceMonitorMultiplexer
59 monitor.notifyDeviceStateChange(serial, oldState, newState); in notifyDeviceStateChange()
DIDeviceMonitor.java60 public void notifyDeviceStateChange(String serial, DeviceAllocationState oldState, in notifyDeviceStateChange() method
DNativeDevice.java4039 mAllocationMonitor.notifyDeviceStateChange(getSerialNumber(), oldState, newState); in handleAllocationEvent()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DMockDeviceManager.java204 mDvcMon.notifyDeviceStateChange(device.getSerialNumber(), in freeDevice()
266 mDvcMon.notifyDeviceStateChange(d.getSerialNumber(), DeviceAllocationState.Available, in allocateDevice()
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterDeviceMonitor.java177 public void notifyDeviceStateChange( in notifyDeviceStateChange() method in ClusterDeviceMonitor
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java868 public void notifyDeviceStateChange(String serial, DeviceAllocationState oldState, in notifyDeviceStateChange() method in CommandScheduler.AvailDeviceMonitor