Searched refs:oldState (Results 1 – 4 of 4) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | DeviceMonitorMultiplexer.java | 56 public synchronized void notifyDeviceStateChange(String serial, DeviceAllocationState oldState, in notifyDeviceStateChange() argument 59 monitor.notifyDeviceStateChange(serial, oldState, newState); in notifyDeviceStateChange()
|
D | IDeviceMonitor.java | 58 public void notifyDeviceStateChange(String serial, DeviceAllocationState oldState, in notifyDeviceStateChange() argument
|
D | DeviceUtilStatsMonitor.java | 243 public synchronized void notifyDeviceStateChange(String serial, DeviceAllocationState oldState, in notifyDeviceStateChange() argument
|
D | NativeDevice.java | 3444 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
|