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.java890 if (isTwsBatteryAvailable(leftBattery, rightBattery)) { in getConnectionSummary()
905 if (isTwsBatteryAvailable(leftBattery, rightBattery) && !shortSummary) { in getConnectionSummary()
918 if (isTwsBatteryAvailable(leftBattery, rightBattery)) { in getConnectionSummary()
929 private boolean isTwsBatteryAvailable(int leftBattery, int rightBattery) { in isTwsBatteryAvailable() method in CachedBluetoothDevice