Searched refs:setCustomMeta (Results 1 – 3 of 3) sorted by relevance
1176 mDatabaseManager.setCustomMeta(mTestDevice, key, testValue)); in testSetGetCustomMetaCase()1181 mDatabaseManager.setCustomMeta(mTestDevice, key, value)); in testSetGetCustomMetaCase()
228 public boolean setCustomMeta(BluetoothDevice device, int key, byte[] newValue) { in setCustomMeta() method in DatabaseManager
2468 return service.mDatabaseManager.setCustomMeta(device, key, value); in setMetadata()