Home
last modified time | relevance | path

Searched refs:STATE_AUDIO_CONNECTING (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetStateMachineTest.java464 BluetoothHeadset.STATE_AUDIO_CONNECTING, BluetoothHeadset.STATE_AUDIO_DISCONNECTED, in testStateTransition_ConnectedToAudioConnecting_ConnectAudio()
487 BluetoothHeadset.STATE_AUDIO_CONNECTING, BluetoothHeadset.STATE_AUDIO_DISCONNECTED, in testStateTransition_ConnectedToAudioConnecting_StackAudioConnecting()
528 BluetoothHeadset.STATE_AUDIO_DISCONNECTED, BluetoothHeadset.STATE_AUDIO_CONNECTING, in testStateTransition_AudioConnectingToConnected_Timeout()
551 BluetoothHeadset.STATE_AUDIO_DISCONNECTED, BluetoothHeadset.STATE_AUDIO_CONNECTING, in testStateTransition_AudioConnectingToConnected_StackAudioDisconnected()
574 BluetoothHeadset.STATE_AUDIO_DISCONNECTED, BluetoothHeadset.STATE_AUDIO_CONNECTING, in testStateTransition_AudioConnectingToDisconnected_StackDisconnected()
600 BluetoothHeadset.STATE_AUDIO_DISCONNECTED, BluetoothHeadset.STATE_AUDIO_CONNECTING, in testStateTransition_AudioConnectingToDisconnecting_StackDisconnecting()
626 BluetoothHeadset.STATE_AUDIO_CONNECTED, BluetoothHeadset.STATE_AUDIO_CONNECTING, in testStateTransition_AudioConnectingToAudioOn_StackAudioConnected()
1125 BluetoothHeadset.STATE_AUDIO_CONNECTING, BluetoothHeadset.STATE_AUDIO_DISCONNECTED, in setUpAudioConnectingState()
1144 BluetoothHeadset.STATE_AUDIO_CONNECTED, BluetoothHeadset.STATE_AUDIO_CONNECTING, in setUpAudioOnState()
DHeadsetServiceAndStateMachineTest.java1092 BluetoothHeadset.STATE_AUDIO_CONNECTING, BluetoothHeadset.STATE_AUDIO_DISCONNECTED); in testVoiceRecognition_MultiAgInitiatedDeviceNotActive()
1097 BluetoothHeadset.STATE_AUDIO_CONNECTED, BluetoothHeadset.STATE_AUDIO_CONNECTING); in testVoiceRecognition_MultiAgInitiatedDeviceNotActive()
1141 BluetoothHeadset.STATE_AUDIO_CONNECTING, BluetoothHeadset.STATE_AUDIO_DISCONNECTED); in startVoiceRecognitionFromHf()
1146 BluetoothHeadset.STATE_AUDIO_CONNECTED, BluetoothHeadset.STATE_AUDIO_CONNECTING); in startVoiceRecognitionFromHf()
1159 BluetoothHeadset.STATE_AUDIO_CONNECTING, BluetoothHeadset.STATE_AUDIO_DISCONNECTED); in startVoiceRecognitionFromAg()
1164 BluetoothHeadset.STATE_AUDIO_CONNECTED, BluetoothHeadset.STATE_AUDIO_CONNECTING); in startVoiceRecognitionFromAg()
DHeadsetServiceTest.java425 BluetoothHeadset.STATE_AUDIO_CONNECTING); in testConnectAudio_withOneDevice()
496 BluetoothHeadset.STATE_AUDIO_CONNECTING); in testConnectAudio_withMultipleDevices()
574 BluetoothHeadset.STATE_AUDIO_CONNECTING); in testConnectAudio_connectTwoAudioChannelsShouldFail()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java1219 mAudioState = BluetoothHeadsetClient.STATE_AUDIO_CONNECTING; in processMessage()
1632 broadcastAudioState(device, BluetoothHeadsetClient.STATE_AUDIO_CONNECTING, in processAudioEvent()
1634 mAudioState = BluetoothHeadsetClient.STATE_AUDIO_CONNECTING; in processAudioEvent()
1662 BluetoothHeadsetClient.STATE_AUDIO_CONNECTING); in enter()
1968 case BluetoothHeadsetClient.STATE_AUDIO_CONNECTING: in getConnectionStateFromAudioState()
/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
DCallDetail.java37 public static final int STATE_AUDIO_CONNECTING = 1; field in CallDetail
/packages/apps/Car/Dialer/tests/unittests/src/com/android/car/dialer/telecom/
DUiCallManagerTest.java251 assertThat(mUiCallManager.getAudioRoute(CallDetail.STATE_AUDIO_CONNECTING)).isEqualTo( in scoStateToAudioRoute()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java1165 return BluetoothHeadset.STATE_AUDIO_CONNECTING; in getAudioStateInt()
2153 case BluetoothHeadset.STATE_AUDIO_CONNECTING: in getConnectionStateFromAudioState()