Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothA2dpWrapperImpl.java44 public BluetoothCodecStatus getCodecStatus() { in getCodecStatus() method in BluetoothA2dpWrapperImpl
45 return mService.getCodecStatus(); in getCodecStatus()
DA2dpProfile.java209 if (mServiceWrapper.getCodecStatus() != null) { in isHighQualityAudioEnabled()
210 codecConfig = mServiceWrapper.getCodecStatus().getCodecConfig(); in isHighQualityAudioEnabled()
243 if (mServiceWrapper.getCodecStatus() != null) { in getHighQualityAudioOptionLabel()
244 selectable = mServiceWrapper.getCodecStatus().getCodecsSelectableCapabilities(); in getHighQualityAudioOptionLabel()
DBluetoothA2dpWrapper.java42 public BluetoothCodecStatus getCodecStatus(); in getCodecStatus() method
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DA2dpProfileTest.java124 when(mBluetoothA2dpWrapper.getCodecStatus()).thenReturn(status); in isHighQualityAudioEnabled()
180 when(mBluetoothA2dpWrapper.getCodecStatus()).thenReturn(status); in getLabelDeviceConnectedButNotHighQualityCodec()
195 when(mBluetoothA2dpWrapper.getCodecStatus()).thenReturn(status); in getLabelDeviceConnectedWithHighQualityCodec()
/frameworks/base/core/java/android/bluetooth/
DIBluetoothA2dp.aidl41 BluetoothCodecStatus getCodecStatus(); in getCodecStatus() method
DBluetoothA2dp.java602 public BluetoothCodecStatus getCodecStatus() { in getCodecStatus() method in BluetoothA2dp
607 return mService.getCodecStatus(); in getCodecStatus()