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()
DDeviceUtilStatsMonitor.java244 DeviceAllocationState newState) { in notifyDeviceStateChange()
DNativeDeviceStateMonitor.java485 public void stateChanged(TestDeviceState newState) { in stateChanged()
DDeviceManager.java1101 TestDeviceState newState = TestDeviceState.getStateByDdms(idevice.getState()); in deviceChanged() local
DNativeDevice.java3720 DeviceAllocationState newState; in handleAllocationEvent() local
3737 mAllocationMonitor.notifyDeviceStateChange(getSerialNumber(), oldState, newState); in handleAllocationEvent() local
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java829 DeviceAllocationState newState) { in notifyDeviceStateChange()