Searched refs:setCustomMeta (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/storage/ |
D | DatabaseManagerTest.java | 1694 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/ |
D | DatabaseManager.java | 229 public boolean setCustomMeta(BluetoothDevice device, int key, byte[] newValue) { in setCustomMeta() method in DatabaseManager
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | AdapterService.java | 2243 return mDatabaseManager.setCustomMeta(device, key, value); in setMetadata() 3803 return service.mDatabaseManager.setCustomMeta(device, key, value); in setMetadata()
|