Home
last modified time | relevance | path

Searched refs:getCodecsLocalCapabilities (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/
DBluetoothCodecStatusTest.java564 expect.that(BCS_A.getCodecsLocalCapabilities()).isEqualTo(LOCAL_CAPABILITY_A); in testBluetoothCodecStatus_get_methods()
565 expect.that(BCS_A.getCodecsLocalCapabilities()).isEqualTo(LOCAL_CAPABILITY_B); in testBluetoothCodecStatus_get_methods()
566 expect.that(BCS_A.getCodecsLocalCapabilities()).isNotEqualTo(LOCAL_CAPABILITY_C); in testBluetoothCodecStatus_get_methods()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothCodecStatus.java196 public @NonNull List<BluetoothCodecConfig> getCodecsLocalCapabilities() { in getCodecsLocalCapabilities() method in BluetoothCodecStatus
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DA2dpReceiver.java415 codecsLocalCapabilities = codecStatus.getCodecsLocalCapabilities(); in getCodecValue()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpStateMachine.java684 for (BluetoothCodecConfig codecConfig : newCodecStatus.getCodecsLocalCapabilities()) { in processCodecConfigEvent()
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt485 …NonNull public java.util.List<android.bluetooth.BluetoothCodecConfig> getCodecsLocalCapabilities();