Home
last modified time | relevance | path

Searched refs:stateChanged (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DIManagedTestDevice.java33 final boolean stateChanged; field in IManagedTestDevice.DeviceEventResponse
37 stateChanged = b; in DeviceEventResponse()
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java466 if (r.stateChanged && r.allocationState == DeviceAllocationState.Available) { in checkAndAddAvailableDevice()
476 if (r.stateChanged && r.allocationState == DeviceAllocationState.Unavailable) { in checkAndAddAvailableDevice()
684 if (r.stateChanged && r.allocationState == DeviceAllocationState.Allocated) { in forceAllocateDevice()
749 if (r != null && !r.stateChanged) { in freeDevice()
961 if (r.stateChanged && r.allocationState == DeviceAllocationState.Allocated) { in connectToTcpDevice()
1315 if (r.stateChanged && r.allocationState == in deviceChanged()
1356 if (r.stateChanged in deviceConnected()
DNativeDeviceStateMonitor.java620 listener.stateChanged(deviceState); in setState()
641 public void stateChanged(TestDeviceState newState) { in stateChanged() method in NativeDeviceStateMonitor.DeviceStateListener
DManagedDeviceList.java79 r.stateChanged && r.allocationState == DeviceAllocationState.Allocated; in matches()
DNativeDevice.java4786 boolean stateChanged = false; in handleAllocationEvent()
4796 stateChanged = true; in handleAllocationEvent()
4802 if (stateChanged && mAllocationMonitor != null) { in handleAllocationEvent()
4806 return new DeviceEventResponse(newState, stateChanged); in handleAllocationEvent()