Home
last modified time | relevance | path

Searched refs:codecConfig (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DA2dpProfile.java254 BluetoothCodecConfig codecConfig = null; in isHighQualityAudioEnabled() local
256 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() local
312 final int codecType = (codecConfig == null || codecConfig.isMandatoryCodec()) in getHighQualityAudioOptionLabel()
313 ? BluetoothCodecConfig.SOURCE_CODEC_TYPE_INVALID : codecConfig.getCodecType(); in getHighQualityAudioOptionLabel()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...