Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java168 public int mAudioPolicyRemoteSupported; field in HeadsetClientStateMachine
227 ProfileService.println(sb, " mAudioPolicyRemoteSupported: " + mAudioPolicyRemoteSupported); in dump()
2467 mAudioPolicyRemoteSupported = BluetoothStatusCodes.FEATURE_SUPPORTED; in setAudioPolicyRemoteSupported()
2469 mAudioPolicyRemoteSupported = BluetoothStatusCodes.FEATURE_NOT_SUPPORTED; in setAudioPolicyRemoteSupported()
2479 return mAudioPolicyRemoteSupported; in getAudioPolicyRemoteSupported()