Home
last modified time | relevance | path

Searched refs:METADATA_SPATIAL_AUDIO (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/
DMetadata.java327 case BluetoothDevice.METADATA_SPATIAL_AUDIO: in setCustomizedMeta()
424 case BluetoothDevice.METADATA_SPATIAL_AUDIO: in getCustomizedMeta()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java545 METADATA_SPATIAL_AUDIO,
762 public static final int METADATA_SPATIAL_AUDIO = 24; field in BluetoothDevice
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/storage/
DDatabaseManagerTest.java453 testSetGetCustomMetaCase(false, BluetoothDevice.METADATA_SPATIAL_AUDIO, value, true); in testSetGetCustomMeta()
498 testSetGetCustomMetaCase(true, BluetoothDevice.METADATA_SPATIAL_AUDIO, value, true); in testSetGetCustomMeta()