Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DIManagedTestDevice.java33 final boolean stateChanged; field in IManagedTestDevice.DeviceEventResponse
37 stateChanged = b; in DeviceEventResponse()
DDeviceManager.java439 if (r.stateChanged && r.allocationState == DeviceAllocationState.Available) { in checkAndAddAvailableDevice()
449 if (r.stateChanged && r.allocationState == DeviceAllocationState.Unavailable) { in checkAndAddAvailableDevice()
587 if (r.stateChanged && r.allocationState == DeviceAllocationState.Allocated) { in forceAllocateDevice()
649 if (r != null && !r.stateChanged) { in freeDevice()
1106 if (r.stateChanged && r.allocationState == in deviceChanged()
1147 if (r.stateChanged in deviceConnected()
DNativeDeviceStateMonitor.java464 listener.stateChanged(deviceState); in setState()
485 public void stateChanged(TestDeviceState newState) { in stateChanged() method in NativeDeviceStateMonitor.DeviceStateListener
DManagedDeviceList.java59 return r.stateChanged && r.allocationState == DeviceAllocationState.Allocated; in matches()
DNativeDevice.java3719 boolean stateChanged = false; in handleAllocationEvent()
3729 stateChanged = true; in handleAllocationEvent()
3735 if (stateChanged && mAllocationMonitor != null) { in handleAllocationEvent()
3739 return new DeviceEventResponse(newState, stateChanged); in handleAllocationEvent()