Home
last modified time | relevance | path

Searched defs:notifyDeviceStateChange (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DIDeviceMonitor.java60 public void notifyDeviceStateChange(String serial, DeviceAllocationState oldState, in notifyDeviceStateChange() method
DDeviceMonitorMultiplexer.java56 public synchronized void notifyDeviceStateChange(String serial, DeviceAllocationState oldState, in notifyDeviceStateChange() method in DeviceMonitorMultiplexer
DDeviceUtilStatsMonitor.java243 public synchronized void notifyDeviceStateChange(String serial, DeviceAllocationState oldState, in notifyDeviceStateChange() method in DeviceUtilStatsMonitor
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java828 public void notifyDeviceStateChange(String serial, DeviceAllocationState oldState, in notifyDeviceStateChange() method in CommandScheduler.AvailDeviceMonitor