Searched refs:notifyDeviceStateChange (Results 1 – 6 of 6) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | DeviceMonitorMultiplexer.java | 56 public synchronized void notifyDeviceStateChange(String serial, DeviceAllocationState oldState, in notifyDeviceStateChange() method in DeviceMonitorMultiplexer 59 monitor.notifyDeviceStateChange(serial, oldState, newState); in notifyDeviceStateChange()
|
D | IDeviceMonitor.java | 60 public void notifyDeviceStateChange(String serial, DeviceAllocationState oldState, in notifyDeviceStateChange() method
|
D | NativeDevice.java | 4039 mAllocationMonitor.notifyDeviceStateChange(getSerialNumber(), oldState, newState); in handleAllocationEvent()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | MockDeviceManager.java | 204 mDvcMon.notifyDeviceStateChange(device.getSerialNumber(), in freeDevice() 266 mDvcMon.notifyDeviceStateChange(d.getSerialNumber(), DeviceAllocationState.Available, in allocateDevice()
|
/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | ClusterDeviceMonitor.java | 177 public void notifyDeviceStateChange( in notifyDeviceStateChange() method in ClusterDeviceMonitor
|
/tools/tradefederation/core/src/com/android/tradefed/command/ |
D | CommandScheduler.java | 868 public void notifyDeviceStateChange(String serial, DeviceAllocationState oldState, in notifyDeviceStateChange() method in CommandScheduler.AvailDeviceMonitor
|