Home
last modified time | relevance | path

Searched refs:notifyDeviceStateChange (Results 1 – 5 of 5) 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.java58 public void notifyDeviceStateChange(String serial, DeviceAllocationState oldState, in notifyDeviceStateChange() method
DDeviceUtilStatsMonitor.java243 public synchronized void notifyDeviceStateChange(String serial, DeviceAllocationState oldState, in notifyDeviceStateChange() method in DeviceUtilStatsMonitor
DNativeDevice.java3460 mAllocationMonitor.notifyDeviceStateChange(getSerialNumber(), oldState, newState); in handleAllocationEvent()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DMockDeviceManager.java204 mDvcMon.notifyDeviceStateChange(device.getSerialNumber(), in freeDevice()
260 mDvcMon.notifyDeviceStateChange(d.getSerialNumber(), DeviceAllocationState.Available, in allocateDevice()