Home
last modified time | relevance | path

Searched refs:START_CALL_STREAMING (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioModeStateMachine.java196 public static final int START_CALL_STREAMING = 7001; field in CallAudioModeStateMachine
221 put(START_CALL_STREAMING, "START_CALL_STREAMING");
341 case START_CALL_STREAMING: in processMessage()
430 case START_CALL_STREAMING: in processMessage()
727 case START_CALL_STREAMING: in processMessage()
794 case START_CALL_STREAMING: in processMessage()
DCallAudioManager.java255 CallAudioModeStateMachine.START_CALL_STREAMING, in onCallStreamingStateChanged()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioModeStateMachineTest.java130 sm.sendMessage(CallAudioModeStateMachine.START_CALL_STREAMING, new Builder() in testSwitchToStreamingMode()
DCallAudioManagerTest.java741 eq(CallAudioModeStateMachine.START_CALL_STREAMING), captor.capture());