Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetSystemInterface.java203 public boolean isHighDefCallInProgress() { in isHighDefCallInProgress() method in HeadsetSystemInterface
206 return bluetoothInCallService.isHighDefCallInProgress(); in isHighDefCallInProgress()
DHeadsetStateMachine.java529 if (!mSystemInterface.isHighDefCallInProgress()) { in setAptxVoice()
1323 && mSystemInterface.isHighDefCallInProgress()) { in processMessage()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetServiceAndStateMachineTest.java1252 doReturn(false).when(mSystemInterface).isHighDefCallInProgress(); in testIncomingCall_NonHdNonVoipCall_AptXDisabled()
1335 doReturn(true).when(mSystemInterface).isHighDefCallInProgress(); in testIncomingCall_HdNonVoipCall_AptXEnabled()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java548 public boolean isHighDefCallInProgress() { in isHighDefCallInProgress() method in BluetoothInCallService