Searched refs:nextState (Results 1 – 2 of 2) sorted by relevance
91 int nextState = availableStates.get(nextStateIndex); in testDeviceStateChanges() local92 CLog.d("testDeviceStateChange: from " + currentState + " to " + nextState); in testDeviceStateChanges()93 testDeviceStateChange(nextState); in testDeviceStateChanges()95 currentState = nextState; in testDeviceStateChanges()99 private void testDeviceStateChange(int nextState) throws Exception { in testDeviceStateChange() argument100 getDevice().executeShellCommand("cmd device_state state " + nextState); in testDeviceStateChange()107 assertThat(deviceStateChanged.getNewDeviceState()).isEqualTo(nextState); in testDeviceStateChange()
499 echo_state nextState = mState; in processInputFrame() local510 nextState = STATE_IN_PULSE; in processInputFrame()519 nextState = STATE_GOT_DATA; in processInputFrame()529 mState = nextState; in processInputFrame()