Searched refs:newState (Results 1 – 6 of 6) sorted by relevance
57 DeviceAllocationState newState) { in notifyDeviceStateChange() argument59 monitor.notifyDeviceStateChange(serial, oldState, newState); in notifyDeviceStateChange()
59 DeviceAllocationState newState); in notifyDeviceStateChange() argument
244 DeviceAllocationState newState) { in notifyDeviceStateChange() argument249 if (DeviceAllocationState.Allocated.equals(newState)) { in notifyDeviceStateChange()
1026 TestDeviceState newState = TestDeviceState.getStateByDdms(idevice.getState()); in deviceChanged() local1027 testDevice.setDeviceState(newState); in deviceChanged()1028 if (newState == TestDeviceState.ONLINE) { in deviceChanged()1065 TestDeviceState newState = in deviceConnected()1067 testDevice.setDeviceState(newState); in deviceConnected()1068 if (newState == TestDeviceState.ONLINE) { in deviceConnected()
485 public void stateChanged(TestDeviceState newState) { in stateChanged() argument486 if (mExpectedState.equals(newState)) { in stateChanged()
3443 DeviceAllocationState newState; in handleAllocationEvent() local3449 newState = mAllocationState.handleDeviceEvent(event); in handleAllocationEvent()3450 if (oldState != newState) { in handleAllocationEvent()3453 mAllocationState = newState; in handleAllocationEvent()3460 mAllocationMonitor.notifyDeviceStateChange(getSerialNumber(), oldState, newState); in handleAllocationEvent() local3462 return new DeviceEventResponse(newState, stateChanged); in handleAllocationEvent()