Home
last modified time | relevance | path

Searched refs:isMandatoryCodec (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpCodecConfig.java90 if (!selectableCodecs.stream().anyMatch(codec -> codec.isMandatoryCodec())) { in setCodecConfigPreference()
122 if (currentCodecConfig != null && !currentCodecConfig.isMandatoryCodec()) { in enableOptionalCodecs()
138 if (!codecConfig.isMandatoryCodec()) { in enableOptionalCodecs()
147 if (currentCodecConfig != null && currentCodecConfig.isMandatoryCodec()) { in disableOptionalCodecs()
159 if (codecConfig.isMandatoryCodec()) { in disableOptionalCodecs()
DA2dpService.java1249 if (config.isMandatoryCodec()) { in updateOptionalCodecsSupport()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpCodecConfigTest.java846 if (!oldCodecConfig.isMandatoryCodec() && !newCodecConfigsArray[0].isMandatoryCodec()) { in testCodecParametersChangeHelper()
979 if (!oldCodecConfig.isMandatoryCodec()) { in testCodecPriorityChangeHelper()
980 if (oldCodecType == newCodecType || newCodecConfigsArray[0].isMandatoryCodec()) { in testCodecPriorityChangeHelper()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothCodecType.java92 public boolean isMandatoryCodec() { in isMandatoryCodec() method in BluetoothCodecType
DBluetoothCodecConfig.java565 public boolean isMandatoryCodec() { in isMandatoryCodec() method in BluetoothCodecConfig
566 return mCodecType == null ? false : mCodecType.isMandatoryCodec(); in isMandatoryCodec()
/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/
DBluetoothCodecConfigTest.java239 expect.that(bcc.isMandatoryCodec()).isTrue(); in testBluetoothCodecConfig_valid_get_methods()
241 expect.that(bcc.isMandatoryCodec()).isFalse(); in testBluetoothCodecConfig_valid_get_methods()
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt436 method public boolean isMandatoryCodec();
504 …("com.android.bluetooth.flags.a2dp_offload_codec_extensibility") public boolean isMandatoryCodec();
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt257 Landroid/bluetooth/BluetoothCodecConfig;->isMandatoryCodec()Z