Home
last modified time | relevance | path

Searched defs:oldState (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DIDeviceMonitor.java60 public void notifyDeviceStateChange(String serial, DeviceAllocationState oldState, in notifyDeviceStateChange()
DDeviceMonitorMultiplexer.java58 public synchronized void notifyDeviceStateChange(String serial, DeviceAllocationState oldState, in notifyDeviceStateChange()
DNativeDevice.java4788 DeviceAllocationState oldState = mAllocationState; in handleAllocationEvent() local
4804 mAllocationMonitor.notifyDeviceStateChange(getSerialNumber(), oldState, newState); in handleAllocationEvent() local
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterDeviceMonitor.java227 String serial, DeviceAllocationState oldState, DeviceAllocationState newState) { in notifyDeviceStateChange()
/tools/tradefederation/core/src/com/android/tradefed/monitoring/
DLabResourceDeviceMonitor.java287 String serial, DeviceAllocationState oldState, DeviceAllocationState newState) { in notifyDeviceStateChange()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java1076 String serial, DeviceAllocationState oldState, DeviceAllocationState newState) { in notifyDeviceStateChange()