Home
last modified time | relevance | path

Searched defs:newState (Results 1 – 8 of 8) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DIDeviceMonitor.java61 DeviceAllocationState newState); in notifyDeviceStateChange()
DDeviceMonitorMultiplexer.java59 DeviceAllocationState newState) { in notifyDeviceStateChange()
DNativeDeviceStateMonitor.java641 public void stateChanged(TestDeviceState newState) { in stateChanged()
DDeviceManager.java1310 TestDeviceState newState = TestDeviceState.getStateByDdms(idevice.getState()); in deviceChanged() local
DNativeDevice.java4787 DeviceAllocationState newState; 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()