Home
last modified time | relevance | path

Searched refs:nextState (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/devicestate/
DDeviceStateStatsTests.java91 int nextState = availableStates.get(nextStateIndex); in testDeviceStateChanges() local
92 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() argument
100 getDevice().executeShellCommand("cmd device_state state " + nextState); in testDeviceStateChange()
107 assertThat(deviceStateChanged.getNewDeviceState()).isEqualTo(nextState); in testDeviceStateChange()
/cts/apps/CtsVerifier/jni/audio_loopback/analyzer/
DLatencyAnalyzer.h499 echo_state nextState = mState; in processInputFrame() local
510 nextState = STATE_IN_PULSE; in processInputFrame()
519 nextState = STATE_GOT_DATA; in processInputFrame()
529 mState = nextState; in processInputFrame()