Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/storage/
DDatabaseManagerTest.java1694 expectedResult, mDatabaseManager.setCustomMeta(mTestDevice, key, testValue)); in testSetGetCustomMetaCase()
1699 expectedResult, mDatabaseManager.setCustomMeta(mTestDevice, key, value)); in testSetGetCustomMetaCase()
1848 mDatabaseManager.setCustomMeta(mTestDevice, key, newValue); in setCustomMetadata_reentrantCallback_noDeadLock()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/
DDatabaseManager.java229 public boolean setCustomMeta(BluetoothDevice device, int key, byte[] newValue) { in setCustomMeta() method in DatabaseManager
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java2243 return mDatabaseManager.setCustomMeta(device, key, value); in setMetadata()
3803 return service.mDatabaseManager.setCustomMeta(device, key, value); in setMetadata()