Searched refs:codecConfig (Results 1 – 2 of 2) sorted by relevance
254 BluetoothCodecConfig codecConfig = null; in isHighQualityAudioEnabled() local256 codecConfig = mService.getCodecStatus(bluetoothDevice).getCodecConfig(); in isHighQualityAudioEnabled()258 if (codecConfig != null) { in isHighQualityAudioEnabled()259 return !codecConfig.isMandatoryCodec(); in isHighQualityAudioEnabled()310 final BluetoothCodecConfig codecConfig = (selectable == null || selectable.size() < 1) in getHighQualityAudioOptionLabel() local312 final int codecType = (codecConfig == null || codecConfig.isMandatoryCodec()) in getHighQualityAudioOptionLabel()313 ? BluetoothCodecConfig.SOURCE_CODEC_TYPE_INVALID : codecConfig.getCodecType(); in getHighQualityAudioOptionLabel()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...