Searched refs:stateChanged (Results 1 – 5 of 5) sorted by relevance
33 final boolean stateChanged; field in IManagedTestDevice.DeviceEventResponse37 stateChanged = b; in DeviceEventResponse()
389 if (r.stateChanged && r.allocationState == DeviceAllocationState.Available) { in checkAndAddAvailableDevice()399 if (r.stateChanged && r.allocationState == DeviceAllocationState.Unavailable) { in checkAndAddAvailableDevice()509 if (r.stateChanged && r.allocationState == DeviceAllocationState.Allocated) { in forceAllocateDevice()559 if (r != null && !r.stateChanged) { in freeDevice()1031 if (r.stateChanged && r.allocationState == in deviceChanged()1072 if (r.stateChanged in deviceConnected()
464 listener.stateChanged(deviceState); in setState()485 public void stateChanged(TestDeviceState newState) { in stateChanged() method in NativeDeviceStateMonitor.DeviceStateListener
59 return r.stateChanged && r.allocationState == DeviceAllocationState.Allocated; in matches()
3442 boolean stateChanged = false; in handleAllocationEvent()3452 stateChanged = true; in handleAllocationEvent()3458 if (stateChanged && mAllocationMonitor != null) { in handleAllocationEvent()3462 return new DeviceEventResponse(newState, stateChanged); in handleAllocationEvent()