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