Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/storage/
H A DMetadata.java311 for (int key = 0; key <= BluetoothDevice.getMaxMetadataKey(); key++) { in getChangedCustomizedMeta()
H A DDatabaseManager.java217 if (key >= 0 && key <= BluetoothDevice.getMaxMetadataKey()) { in isValidMetaKey()
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java2701 public static @MetadataKey int getMaxMetadataKey() { in getMaxMetadataKey() method in BluetoothDevice