Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/development/bluetooth/
DBluetoothCodecListPreferenceController.java156 bluetoothA2dp.getSupportedCodecTypes(); in updateState()
203 final Collection<BluetoothCodecType> codecTypes = bluetoothA2dp.getSupportedCodecTypes(); in writeConfigurationValues()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothA2dp.aidl55 List<BluetoothCodecType> getSupportedCodecTypes(in AttributionSource attributionSource); in getSupportedCodecTypes() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpNativeInterface.java105 public List<BluetoothCodecType> getSupportedCodecTypes() { in getSupportedCodecTypes() method in A2dpNativeInterface
DA2dpService.java721 public List<BluetoothCodecType> getSupportedCodecTypes() { in getSupportedCodecTypes() method in A2dpService
723 return mNativeInterface.getSupportedCodecTypes(); in getSupportedCodecTypes()
1529 public List<BluetoothCodecType> getSupportedCodecTypes(AttributionSource source) { in getSupportedCodecTypes() method in A2dpService.BluetoothA2dpBinder
1536 return service.getSupportedCodecTypes(); in getSupportedCodecTypes()
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/bluetooth/
DBluetoothCodecListPreferenceControllerTest.java181 when(mBluetoothA2dp.getSupportedCodecTypes()).thenReturn(mCodecTypes); in setup()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothA2dp.java709 public Collection<BluetoothCodecType> getSupportedCodecTypes() { in getSupportedCodecTypes() method in BluetoothA2dp
717 return service.getSupportedCodecTypes(mAttributionSource); in getSupportedCodecTypes()
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt9 …ILEGED) public java.util.Collection<android.bluetooth.BluetoothCodecType> getSupportedCodecTypes();