Searched refs:isLowBattery (Results 1 – 3 of 3) sorted by relevance
135 return isLowBattery(level); in isBatteryLow()262 public static boolean isLowBattery(Intent batteryChangedIntent) { in isLowBattery() method in BatteryStatus264 return isLowBattery(level); in isLowBattery()273 public static boolean isLowBattery(int batteryLevel) { in isLowBattery() method in BatteryStatus
69 .that(BatteryStatus.isLowBattery(intent)) in isLowBattery_20Percent_returnsTrue()72 .that(BatteryStatus.isLowBattery(level)) in isLowBattery_20Percent_returnsTrue()82 .that(BatteryStatus.isLowBattery(intent)) in isLowBattery_21Percent_returnsFalse()85 .that(BatteryStatus.isLowBattery(intent)) in isLowBattery_21Percent_returnsFalse()
301 boolean isLowBattery in getColorProfile() argument306 if (isLowBattery) return ColorProfile.Error; in getColorProfile()