Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDevice.java1141 if (isTwsBatteryAvailable(leftBattery, rightBattery)) { in getConnectionSummary()
1159 if (isTwsBatteryAvailable(leftBattery, rightBattery) && !shortSummary) { in getConnectionSummary()
1190 if (isTwsBatteryAvailable(leftBattery, rightBattery)) { in getConnectionSummary()
1201 private boolean isTwsBatteryAvailable(int leftBattery, int rightBattery) { in isTwsBatteryAvailable() method in CachedBluetoothDevice