Searched refs:isHighDefCallInProgress (Results 1 – 4 of 4) sorted by relevance
203 public boolean isHighDefCallInProgress() { in isHighDefCallInProgress() method in HeadsetSystemInterface206 return bluetoothInCallService.isHighDefCallInProgress(); in isHighDefCallInProgress()
529 if (!mSystemInterface.isHighDefCallInProgress()) { in setAptxVoice()1323 && mSystemInterface.isHighDefCallInProgress()) { in processMessage()
1252 doReturn(false).when(mSystemInterface).isHighDefCallInProgress(); in testIncomingCall_NonHdNonVoipCall_AptXDisabled()1335 doReturn(true).when(mSystemInterface).isHighDefCallInProgress(); in testIncomingCall_HdNonVoipCall_AptXEnabled()
548 public boolean isHighDefCallInProgress() { in isHighDefCallInProgress() method in BluetoothInCallService