Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/storage/
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()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/storage/
DMetadata.java148 void setCustomizedMeta(int key, byte[] value) { in setCustomizedMeta() method in Metadata
DDatabaseManager.java268 data.setCustomizedMeta(key, newValue); in setCustomMeta()