Home
last modified time | relevance | path

Searched refs:getMinBatteryLevelWithMemberDevices (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDevice.java725 public int getMinBatteryLevelWithMemberDevices() { in getMinBatteryLevelWithMemberDevices() method in CachedBluetoothDevice
747 final int batteryLevel = getMinBatteryLevelWithMemberDevices(); in getValidMinBatteryLevelWithMemberDevices()
1501 getMinBatteryLevelWithMemberDevices(), in getConnectionSummary()
1746 final int batteryLevel = getMinBatteryLevelWithMemberDevices(); in getCarConnectionSummary()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DBluetoothTile.java268 batteryLevel = device.getMinBatteryLevelWithMemberDevices(); in getSecondaryLabel()