Home
last modified time | relevance | path

Searched refs:getIntMetaData (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DBluetoothUtilsTest.java115 assertThat(BluetoothUtils.getIntMetaData(mBluetoothDevice, in getIntMetaData_hasMetaData_getCorrectMetaData()
125 assertThat(BluetoothUtils.getIntMetaData(mBluetoothDevice, in getIntMetaData_invalidMetaData_getErrorCode()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DBluetoothTile.java270 return BluetoothUtils.getIntMetaData(device.getDevice(), in getMetadataBatteryLevel()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DBluetoothUtils.java432 public static int getIntMetaData(BluetoothDevice bluetoothDevice, int key) { in getIntMetaData() method in BluetoothUtils
H A DCachedBluetoothDevice.java1178 leftBattery = BluetoothUtils.getIntMetaData(mDevice, in getConnectionSummary()
1180 rightBattery = BluetoothUtils.getIntMetaData(mDevice, in getConnectionSummary()