Searched refs:newState (Results 1 – 10 of 10) sorted by relevance
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/fragments/ |
D | SchedulingSliceFragment.kt | 32 fun switchState(newState: SchedulingState, timestamp: Double) { in switchState() 34 if (_slices.last().state == newState) { in switchState() 40 _slices.add(SchedulingSliceFragment(newState, timestamp)) in switchState()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | DeviceMonitorMultiplexer.java | 59 DeviceAllocationState newState) { in notifyDeviceStateChange() argument 61 monitor.notifyDeviceStateChange(serial, oldState, newState); in notifyDeviceStateChange()
|
D | IDeviceMonitor.java | 61 DeviceAllocationState newState); in notifyDeviceStateChange() argument
|
D | DeviceManager.java | 1310 TestDeviceState newState = TestDeviceState.getStateByDdms(idevice.getState()); in deviceChanged() local 1311 testDevice.setDeviceState(newState); in deviceChanged() 1312 if (newState == TestDeviceState.ONLINE) { in deviceChanged() 1349 TestDeviceState newState = in deviceConnected() 1351 testDevice.setDeviceState(newState); in deviceConnected() 1352 if (newState == TestDeviceState.ONLINE) { in deviceConnected()
|
D | NativeDeviceStateMonitor.java | 641 public void stateChanged(TestDeviceState newState) { in stateChanged() argument 642 if (mExpectedState.equals(newState)) { in stateChanged()
|
D | NativeDevice.java | 4787 DeviceAllocationState newState; in handleAllocationEvent() local 4793 newState = mAllocationState.handleDeviceEvent(event); in handleAllocationEvent() 4794 if (oldState != newState) { in handleAllocationEvent() 4797 mAllocationState = newState; in handleAllocationEvent() 4804 mAllocationMonitor.notifyDeviceStateChange(getSerialNumber(), oldState, newState); in handleAllocationEvent() local 4806 return new DeviceEventResponse(newState, stateChanged); in handleAllocationEvent()
|
/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | ClusterDeviceMonitor.java | 227 String serial, DeviceAllocationState oldState, DeviceAllocationState newState) { in notifyDeviceStateChange() argument 229 super.notifyDeviceStateChange(serial, oldState, newState); in notifyDeviceStateChange()
|
/tools/tradefederation/core/src/com/android/tradefed/monitoring/ |
D | LabResourceDeviceMonitor.java | 287 String serial, DeviceAllocationState oldState, DeviceAllocationState newState) { in notifyDeviceStateChange() argument
|
/tools/tradefederation/core/src/com/android/tradefed/command/ |
D | CommandScheduler.java | 1076 String serial, DeviceAllocationState oldState, DeviceAllocationState newState) { in notifyDeviceStateChange() argument 1077 if (newState.equals(DeviceAllocationState.Available)) { in notifyDeviceStateChange()
|
/tools/dexter/testdata/expected/ |
D | medium.compact_cfg | 27418 .params "data", "appVersionCode", "newState" 101701 .local v41, "newState", int 146785 .local v3, "newState", boolean
|