Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/storage/
DDatabaseManagerTest.java1067 mDatabaseManager.setCustomMeta(mTestDevice, key, testValue)); in testSetGetCustomMetaCase()
1072 mDatabaseManager.setCustomMeta(mTestDevice, key, value)); in testSetGetCustomMetaCase()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/storage/
DDatabaseManager.java245 public boolean setCustomMeta(BluetoothDevice device, int key, byte[] newValue) { in setCustomMeta() method in DatabaseManager
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java2097 return service.mDatabaseManager.setCustomMeta(device, key, value); in setMetadata()