Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioModeStateMachine.java197 public static final int STOP_CALL_STREAMING = 7002; field in CallAudioModeStateMachine
222 put(STOP_CALL_STREAMING, "STOP_CALL_STREAMING");
800 case STOP_CALL_STREAMING: in processMessage()
DCallAudioManager.java265 CallAudioModeStateMachine.STOP_CALL_STREAMING, in onCallStreamingStateChanged()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioModeStateMachineTest.java160 sm.sendMessage(CallAudioModeStateMachine.STOP_CALL_STREAMING, new Builder() in testExitStreamingMode()
DCallAudioManagerTest.java747 eq(CallAudioModeStateMachine.STOP_CALL_STREAMING), captor.capture());