Home
last modified time | relevance | path

Searched refs:getCodecName (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/
DBluetoothCodecConfigTest.java245 expect.that(BluetoothCodecConfig.getCodecName(codec_type)).isEqualTo("SBC"); in testBluetoothCodecConfig_valid_get_methods()
248 expect.that(BluetoothCodecConfig.getCodecName(codec_type)).isEqualTo("AAC"); in testBluetoothCodecConfig_valid_get_methods()
251 expect.that(BluetoothCodecConfig.getCodecName(codec_type)).isEqualTo("aptX"); in testBluetoothCodecConfig_valid_get_methods()
254 expect.that(BluetoothCodecConfig.getCodecName(codec_type)).isEqualTo("aptX HD"); in testBluetoothCodecConfig_valid_get_methods()
257 expect.that(BluetoothCodecConfig.getCodecName(codec_type)).isEqualTo("LDAC"); in testBluetoothCodecConfig_valid_get_methods()
260 expect.that(BluetoothCodecConfig.getCodecName(codec_type)).isEqualTo("Opus"); in testBluetoothCodecConfig_valid_get_methods()
263 expect.that(BluetoothCodecConfig.getCodecName(codec_type)) in testBluetoothCodecConfig_valid_get_methods()
DBluetoothLeAudioCodecConfigTest.java48 expect.that(leAudioCodecConfig.getCodecName()).isEqualTo("LC3"); in testBluetoothLeAudioCodecConfig_valid_get_methods()
51 expect.that(leAudioCodecConfig.getCodecName()).isEqualTo("INVALID CODEC"); in testBluetoothLeAudioCodecConfig_valid_get_methods()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothCodecType.java72 mCodecName = BluetoothCodecConfig.getCodecName(codecType); in BluetoothCodecType()
109 public @NonNull String getCodecName() { in getCodecName() method in BluetoothCodecType
DBluetoothLeAudioCodecConfig.java361 + getCodecName() in toString()
397 public @NonNull String getCodecName() { in getCodecName() method in BluetoothLeAudioCodecConfig
DBluetoothCodecConfig.java398 codecName = mCodecType.getCodecName(); in toString()
516 public static @NonNull String getCodecName(@SourceCodecType int codecType) { in getCodecName() method in BluetoothCodecConfig
/packages/apps/Settings/src/com/android/settings/development/bluetooth/
DBluetoothCodecListPreferenceController.java158 labels.add(codecType.getCodecName()); in updateState()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpCodecConfig.java126 + BluetoothCodecConfig.getCodecName(currentCodecConfig.getCodecType())); in enableOptionalCodecs()
DA2dpService.java1690 + BluetoothCodecConfig.getCodecName(codecConfig.getCodecType()) in dump()
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt503 …m.android.bluetooth.flags.a2dp_offload_codec_extensibility") @NonNull public String getCodecName();
957 method @NonNull public String getCodecName();
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt256 Landroid/bluetooth/BluetoothCodecConfig;->getCodecName()Ljava/lang/String;