Home
last modified time | relevance | path

Searched defs:rightBattery (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDevice.java1121 int rightBattery = -1; in getConnectionSummary() local
1254 private boolean isTwsBatteryAvailable(int leftBattery, int rightBattery) { in isTwsBatteryAvailable()