Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDevice.java1603 int lowBatteryThreshold = BluetoothUtils.getIntMetaData(mDevice, metadataKey); in isBatteryLow() local
1604 if (lowBatteryThreshold <= 0) { in isBatteryLow()
1605 lowBatteryThreshold = DEFAULT_LOW_BATTERY_THRESHOLD; in isBatteryLow()
1607 return batteryLevel <= lowBatteryThreshold; in isBatteryLow()