Searched refs:lowBatteryThreshold (Results 1 – 1 of 1) sorted by relevance
1603 int lowBatteryThreshold = BluetoothUtils.getIntMetaData(mDevice, metadataKey); in isBatteryLow() local1604 if (lowBatteryThreshold <= 0) { in isBatteryLow()1605 lowBatteryThreshold = DEFAULT_LOW_BATTERY_THRESHOLD; in isBatteryLow()1607 return batteryLevel <= lowBatteryThreshold; in isBatteryLow()