Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DBluetoothUtilsTest.java110 assertThat(BluetoothUtils.getIntMetaData(mBluetoothDevice, in getIntMetaData_hasMetaData_getCorrectMetaData()
120 assertThat(BluetoothUtils.getIntMetaData(mBluetoothDevice, in getIntMetaData_invalidMetaData_getErrorCode()
/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DAdvancedBluetoothDetailsHeaderController.java268 final int batteryLevel = BluetoothUtils.getIntMetaData(bluetoothDevice, batteryMetaKey); in updateSubLayout()
285 int lowBatteryLevel = BluetoothUtils.getIntMetaData(bluetoothDevice, in updateSubLayout()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDevice.java997 leftBattery = BluetoothUtils.getIntMetaData(mDevice, in getConnectionSummary()
999 rightBattery = BluetoothUtils.getIntMetaData(mDevice, in getConnectionSummary()
H A DBluetoothUtils.java350 public static int getIntMetaData(BluetoothDevice bluetoothDevice, int key) { in getIntMetaData() method in BluetoothUtils