Searched refs:getCodecName (Results 1 – 10 of 10) sorted by relevance
245 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()
48 expect.that(leAudioCodecConfig.getCodecName()).isEqualTo("LC3"); in testBluetoothLeAudioCodecConfig_valid_get_methods()51 expect.that(leAudioCodecConfig.getCodecName()).isEqualTo("INVALID CODEC"); in testBluetoothLeAudioCodecConfig_valid_get_methods()
72 mCodecName = BluetoothCodecConfig.getCodecName(codecType); in BluetoothCodecType()109 public @NonNull String getCodecName() { in getCodecName() method in BluetoothCodecType
361 + getCodecName() in toString()397 public @NonNull String getCodecName() { in getCodecName() method in BluetoothLeAudioCodecConfig
398 codecName = mCodecType.getCodecName(); in toString()516 public static @NonNull String getCodecName(@SourceCodecType int codecType) { in getCodecName() method in BluetoothCodecConfig
158 labels.add(codecType.getCodecName()); in updateState()
126 + BluetoothCodecConfig.getCodecName(currentCodecConfig.getCodecType())); in enableOptionalCodecs()
1690 + BluetoothCodecConfig.getCodecName(codecConfig.getCodecType()) in dump()
503 …m.android.bluetooth.flags.a2dp_offload_codec_extensibility") @NonNull public String getCodecName();957 method @NonNull public String getCodecName();
256 Landroid/bluetooth/BluetoothCodecConfig;->getCodecName()Ljava/lang/String;