Searched refs:lowLevel (Results 1 – 1 of 1) sorted by relevance
263 int lowLevel = *item; in IsBatteryCapacitySufficient() local264 if (lowLevel > 100 || lowLevel < 0) { /* full percent is 100 */ in IsBatteryCapacitySufficient()265 LOG(ERROR) << "load battery level error:" << lowLevel; in IsBatteryCapacitySufficient()269 LOG(INFO) << "current capacity:" << capacity << ", low level:" << lowLevel; in IsBatteryCapacitySufficient()271 return capacity >= lowLevel; in IsBatteryCapacitySufficient()