Home
last modified time | relevance | path

Searched refs:mAudioState (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java162 @VisibleForTesting int mAudioState; field in HeadsetClientStateMachine
217 ProfileService.println(sb, " mAudioState: " + mAudioState); in dump()
895 mAudioState = BluetoothHeadsetClient.STATE_AUDIO_DISCONNECTED; in HeadsetClientStateMachine()
1474 mAudioState = BluetoothHeadsetClient.STATE_AUDIO_CONNECTING; in processMessage()
1916 mAudioState = BluetoothHeadsetClient.STATE_AUDIO_CONNECTED; in processAudioEvent()
1946 device, BluetoothHeadsetClient.STATE_AUDIO_CONNECTING, mAudioState); in processAudioEvent()
1947 mAudioState = BluetoothHeadsetClient.STATE_AUDIO_CONNECTING; in processAudioEvent()
1953 device, BluetoothHeadsetClient.STATE_AUDIO_DISCONNECTED, mAudioState); in processAudioEvent()
1954 mAudioState = BluetoothHeadsetClient.STATE_AUDIO_DISCONNECTED; in processAudioEvent()
2073 mAudioState = BluetoothHeadsetClient.STATE_AUDIO_DISCONNECTED; in processAudioEvent()
[all …]
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachineTest.java1129 mHeadsetClientStateMachine.mAudioState = audioState;