Searched refs:oldState (Results 1 – 6 of 6) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | DeviceMonitorMultiplexer.java | 58 public synchronized void notifyDeviceStateChange(String serial, DeviceAllocationState oldState, in notifyDeviceStateChange() argument 61 monitor.notifyDeviceStateChange(serial, oldState, newState); in notifyDeviceStateChange()
|
D | IDeviceMonitor.java | 60 public void notifyDeviceStateChange(String serial, DeviceAllocationState oldState, in notifyDeviceStateChange() argument
|
D | NativeDevice.java | 4788 DeviceAllocationState oldState = mAllocationState; in handleAllocationEvent() local 4792 oldState = mAllocationState; in handleAllocationEvent() 4794 if (oldState != newState) { in handleAllocationEvent() 4804 mAllocationMonitor.notifyDeviceStateChange(getSerialNumber(), oldState, newState); in handleAllocationEvent() local
|
/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | ClusterDeviceMonitor.java | 227 String serial, DeviceAllocationState oldState, DeviceAllocationState newState) { in notifyDeviceStateChange() argument 229 super.notifyDeviceStateChange(serial, oldState, newState); in notifyDeviceStateChange()
|
/tools/tradefederation/core/src/com/android/tradefed/monitoring/ |
D | LabResourceDeviceMonitor.java | 287 String serial, DeviceAllocationState oldState, DeviceAllocationState newState) { in notifyDeviceStateChange() argument
|
/tools/tradefederation/core/src/com/android/tradefed/command/ |
D | CommandScheduler.java | 1076 String serial, DeviceAllocationState oldState, DeviceAllocationState newState) { in notifyDeviceStateChange() argument
|