Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DIDeviceMonitor.java61 DeviceAllocationState newState); in notifyDeviceStateChange()
DDeviceMonitorMultiplexer.java57 DeviceAllocationState newState) { in notifyDeviceStateChange()
DNativeDeviceStateMonitor.java520 public void stateChanged(TestDeviceState newState) { in stateChanged()
DDeviceManager.java1200 TestDeviceState newState = TestDeviceState.getStateByDdms(idevice.getState()); in deviceChanged() local
DNativeDevice.java4022 DeviceAllocationState newState; in handleAllocationEvent() local
4039 mAllocationMonitor.notifyDeviceStateChange(getSerialNumber(), oldState, newState); in handleAllocationEvent() local
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterDeviceMonitor.java178 String serial, DeviceAllocationState oldState, DeviceAllocationState newState) { in notifyDeviceStateChange()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java869 DeviceAllocationState newState) { in notifyDeviceStateChange()