Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/storage/
H A DDatabaseManagerTest.java1176 mDatabaseManager.setCustomMeta(mTestDevice, key, testValue)); in testSetGetCustomMetaCase()
1181 mDatabaseManager.setCustomMeta(mTestDevice, key, value)); in testSetGetCustomMetaCase()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/storage/
H A DDatabaseManager.java228 public boolean setCustomMeta(BluetoothDevice device, int key, byte[] newValue) { in setCustomMeta() method in DatabaseManager
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java2468 return service.mDatabaseManager.setCustomMeta(device, key, value); in setMetadata()