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/wrapper/
DBluetoothA2dpWrapper.java46 public BluetoothCodecStatus getCodecStatus(BluetoothDevice device) { in getCodecStatus() method in BluetoothA2dpWrapper
47 return mService.getCodecStatus(device); in getCodecStatus()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DA2dpProfile.java227 if (mServiceWrapper.getCodecStatus(device) != null) { in isHighQualityAudioEnabled()
228 codecConfig = mServiceWrapper.getCodecStatus(device).getCodecConfig(); in isHighQualityAudioEnabled()
261 if (mServiceWrapper.getCodecStatus(device) != null) { in getHighQualityAudioOptionLabel()
262 selectable = mServiceWrapper.getCodecStatus(device).getCodecsSelectableCapabilities(); in getHighQualityAudioOptionLabel()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DA2dpProfileTest.java119 when(mBluetoothA2dpWrapper.getCodecStatus(mDevice)).thenReturn(status); in isHighQualityAudioEnabled()
182 when(mBluetoothA2dpWrapper.getCodecStatus(mDevice)).thenReturn(status); in getLabelDeviceConnectedButNotHighQualityCodec()
197 when(mBluetoothA2dpWrapper.getCodecStatus(mDevice)).thenReturn(status); in getLabelDeviceConnectedWithHighQualityCodec()
/frameworks/base/core/java/android/bluetooth/
DBluetoothA2dp.java674 public BluetoothCodecStatus getCodecStatus(BluetoothDevice device) { in getCodecStatus() method in BluetoothA2dp
679 return mService.getCodecStatus(device); in getCodecStatus()
/frameworks/base/config/
Dhiddenapi-light-greylist.txt1051 Landroid/bluetooth/BluetoothA2dp;->getCodecStatus(Landroid/bluetooth/BluetoothDevice;)Landroid/blue…
Dboot-image-profile.txt16646 HSPLandroid/bluetooth/IBluetoothA2dp;->getCodecStatus(Landroid/bluetooth/BluetoothDevice;)Landroid/…