Searched refs:STATE_AUDIO_CONNECTING (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/ |
D | HeadsetStateMachineTest.java | 464 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()
|
D | HeadsetServiceAndStateMachineTest.java | 1092 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()
|
D | HeadsetServiceTest.java | 425 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/ |
D | HeadsetClientStateMachine.java | 1219 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/ |
D | CallDetail.java | 37 public static final int STATE_AUDIO_CONNECTING = 1; field in CallDetail
|
/packages/apps/Car/Dialer/tests/unittests/src/com/android/car/dialer/telecom/ |
D | UiCallManagerTest.java | 251 assertThat(mUiCallManager.getAudioRoute(CallDetail.STATE_AUDIO_CONNECTING)).isEqualTo( in scoStateToAudioRoute()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetStateMachine.java | 1165 return BluetoothHeadset.STATE_AUDIO_CONNECTING; in getAudioStateInt() 2153 case BluetoothHeadset.STATE_AUDIO_CONNECTING: in getConnectionStateFromAudioState()
|