Home
last modified time | relevance | path

Searched refs:oldState (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceMonitorMultiplexer.java56 public synchronized void notifyDeviceStateChange(String serial, DeviceAllocationState oldState, in notifyDeviceStateChange() argument
59 monitor.notifyDeviceStateChange(serial, oldState, newState); in notifyDeviceStateChange()
DIDeviceMonitor.java58 public void notifyDeviceStateChange(String serial, DeviceAllocationState oldState, in notifyDeviceStateChange() argument
DDeviceUtilStatsMonitor.java243 public synchronized void notifyDeviceStateChange(String serial, DeviceAllocationState oldState, in notifyDeviceStateChange() argument
DNativeDevice.java3444 DeviceAllocationState oldState = mAllocationState; in handleAllocationEvent() local
3448 oldState = mAllocationState; in handleAllocationEvent()
3450 if (oldState != newState) { in handleAllocationEvent()
3460 mAllocationMonitor.notifyDeviceStateChange(getSerialNumber(), oldState, newState); in handleAllocationEvent() local