Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/storage/
H A DDatabaseManagerTest.java242 otherData.setCustomizedMeta(0, TEST_BYTE_ARRAY); in testRemoveUnusedMetadata_WithSingleBondedDevice()
279 testData.setCustomizedMeta(0, TEST_BYTE_ARRAY); in testRemoveUnusedMetadata_WithMultiBondedDevices()
285 otherData1.setCustomizedMeta(0, TEST_BYTE_ARRAY); in testRemoveUnusedMetadata_WithMultiBondedDevices()
291 otherData2.setCustomizedMeta(0, TEST_BYTE_ARRAY); in testRemoveUnusedMetadata_WithMultiBondedDevices()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/storage/
H A DMetadata.java153 void setCustomizedMeta(int key, byte[] value) { in setCustomizedMeta() method in Metadata
H A DDatabaseManager.java251 data.setCustomizedMeta(key, newValue); in setCustomMeta()