Searched refs:getSupportedCodecTypes (Results 1 – 7 of 7) sorted by relevance
156 bluetoothA2dp.getSupportedCodecTypes(); in updateState()203 final Collection<BluetoothCodecType> codecTypes = bluetoothA2dp.getSupportedCodecTypes(); in writeConfigurationValues()
55 List<BluetoothCodecType> getSupportedCodecTypes(in AttributionSource attributionSource); in getSupportedCodecTypes() method
105 public List<BluetoothCodecType> getSupportedCodecTypes() { in getSupportedCodecTypes() method in A2dpNativeInterface
721 public List<BluetoothCodecType> getSupportedCodecTypes() { in getSupportedCodecTypes() method in A2dpService723 return mNativeInterface.getSupportedCodecTypes(); in getSupportedCodecTypes()1529 public List<BluetoothCodecType> getSupportedCodecTypes(AttributionSource source) { in getSupportedCodecTypes() method in A2dpService.BluetoothA2dpBinder1536 return service.getSupportedCodecTypes(); in getSupportedCodecTypes()
181 when(mBluetoothA2dp.getSupportedCodecTypes()).thenReturn(mCodecTypes); in setup()
709 public Collection<BluetoothCodecType> getSupportedCodecTypes() { in getSupportedCodecTypes() method in BluetoothA2dp717 return service.getSupportedCodecTypes(mAttributionSource); in getSupportedCodecTypes()
9 …ILEGED) public java.util.Collection<android.bluetooth.BluetoothCodecType> getSupportedCodecTypes();