Searched defs:oldState (Results 1 – 5 of 5) sorted by relevance
| /tools/tradefederation/core/src/com/android/tradefed/device/ |
| D | IDeviceMonitor.java | 60 public void notifyDeviceStateChange(String serial, DeviceAllocationState oldState, in notifyDeviceStateChange()
|
| D | DeviceMonitorMultiplexer.java | 56 public synchronized void notifyDeviceStateChange(String serial, DeviceAllocationState oldState, in notifyDeviceStateChange()
|
| D | DeviceUtilStatsMonitor.java | 243 public synchronized void notifyDeviceStateChange(String serial, DeviceAllocationState oldState, in notifyDeviceStateChange()
|
| D | NativeDevice.java | 3721 DeviceAllocationState oldState = mAllocationState; in handleAllocationEvent() local 3737 mAllocationMonitor.notifyDeviceStateChange(getSerialNumber(), oldState, newState); in handleAllocationEvent() local
|
| /tools/tradefederation/core/src/com/android/tradefed/command/ |
| D | CommandScheduler.java | 828 public void notifyDeviceStateChange(String serial, DeviceAllocationState oldState, in notifyDeviceStateChange()
|