Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/
DMetadata.java349 public byte[] getCustomizedMeta(int key) { in getCustomizedMeta() method in Metadata
449 if (getCustomizedMeta(key) != null) { in getChangedCustomizedMeta()
DDatabaseManager.java245 byte[] oldValue = data.getCustomizedMeta(key); in setCustomMeta()
280 return data.getCustomizedMeta(key); in getCustomMeta()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DDataMigrationTest.java333 .that(metadata.getCustomizedMeta(BluetoothDevice.METADATA_UNTETHERED_LEFT_CHARGING)) in testBluetoothDbMigration()