Searched refs:getCodecType (Results 1 – 9 of 9) sorted by relevance
107 if (codecConfig.getCodecType() != selectableConfig.getCodecType()) { in isCodecConfigSelectable()
421 public @SourceCodecType int getCodecType() { in getCodecType() method in BluetoothCodecConfig
326 public int getCodecType() { in getCodecType() method in CallQuality
202 when(config.getCodecType()).thenReturn(4); in getLabelDeviceConnectedWithHighQualityCodec()
296 ? BluetoothCodecConfig.SOURCE_CODEC_TYPE_INVALID : codecConfig.getCodecType(); in getHighQualityAudioOptionLabel()
215 assertEquals(codec_type, bcc.getCodecType()); in testBluetoothCodecConfig_valid_get_methods()
290 return AudioSystem.bluetoothCodecToAudioFormat(btCodecConfig.getCodecType()); in getA2dpCodec()
2191 cq.codecType = convertImsCodec(callQuality.getCodecType()); in toCallQualityProto()
11096 method public int getCodecType();