Home
last modified time | relevance | path

Searched refs:sendMessageWithSessionInfo (Results 1 – 5 of 5) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRoutePeripheralAdapter.java54 mCallAudioRouteStateMachine.sendMessageWithSessionInfo( in onBluetoothStateChange()
62 mCallAudioRouteStateMachine.sendMessageWithSessionInfo( in onBluetoothStateChange()
66 mCallAudioRouteStateMachine.sendMessageWithSessionInfo( in onBluetoothStateChange()
75 mCallAudioRouteStateMachine.sendMessageWithSessionInfo( in onBluetoothStateChange()
79 mCallAudioRouteStateMachine.sendMessageWithSessionInfo( in onBluetoothStateChange()
93 mCallAudioRouteStateMachine.sendMessageWithSessionInfo( in onWiredHeadsetPluggedInChanged()
96 mCallAudioRouteStateMachine.sendMessageWithSessionInfo( in onWiredHeadsetPluggedInChanged()
103 mCallAudioRouteStateMachine.sendMessageWithSessionInfo( in onDockChanged()
DCallAudioManager.java313 mCallAudioRouteStateMachine.sendMessageWithSessionInfo( in onConnectionServiceChanged()
333 mCallAudioRouteStateMachine.sendMessageWithSessionInfo( in toggleMute()
346 mCallAudioRouteStateMachine.sendMessageWithSessionInfo(shouldMute in mute()
359 mCallAudioRouteStateMachine.sendMessageWithSessionInfo( in setAudioRoute()
363 mCallAudioRouteStateMachine.sendMessageWithSessionInfo( in setAudioRoute()
367 mCallAudioRouteStateMachine.sendMessageWithSessionInfo( in setAudioRoute()
371 mCallAudioRouteStateMachine.sendMessageWithSessionInfo( in setAudioRoute()
375 mCallAudioRouteStateMachine.sendMessageWithSessionInfo( in setAudioRoute()
418 mCallAudioRouteStateMachine.sendMessageWithSessionInfo( in setCallAudioRouteFocusState()
567 mCallAudioRouteStateMachine.sendMessageWithSessionInfo( in updateForegroundCall()
DCallAudioRouteStateMachine.java1047 public void sendMessageWithSessionInfo(int message, int arg) { in sendMessageWithSessionInfo() method in CallAudioRouteStateMachine
1051 public void sendMessageWithSessionInfo(int message) { in sendMessageWithSessionInfo() method in CallAudioRouteStateMachine
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioRouteStateMachineTest.java179 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.SWITCH_FOCUS, in testSpeakerPersistence()
181 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.CONNECT_WIRED_HEADSET); in testSpeakerPersistence()
188 stateMachine.sendMessageWithSessionInfo( in testSpeakerPersistence()
211 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.SWITCH_FOCUS, in testUserBluetoothSwitchOff()
213 stateMachine.sendMessageWithSessionInfo( in testUserBluetoothSwitchOff()
223 stateMachine.sendMessageWithSessionInfo( in testUserBluetoothSwitchOff()
225 stateMachine.sendMessageWithSessionInfo( in testUserBluetoothSwitchOff()
679 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.SWITCH_FOCUS, in runParametrizedTestCaseWithFocus()
681 stateMachine.sendMessageWithSessionInfo(params.action); in runParametrizedTestCaseWithFocus()
744 stateMachine.sendMessageWithSessionInfo(params.action); in runParametrizedTestCaseWithoutFocus()
DCallAudioManagerTest.java158 verify(mCallAudioRouteStateMachine).sendMessageWithSessionInfo( in testSingleOutgoingCall()
205 verify(mCallAudioRouteStateMachine).sendMessageWithSessionInfo( in createIncomingCall()