Home
last modified time | relevance | path

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

/system/core/healthd/include/healthd/
DBatteryMonitor.h81 bool isScopedPowerSupply(const char* name);
/system/core/healthd/
DBatteryMonitor.cpp236 bool BatteryMonitor::isScopedPowerSupply(const char* name) { in isScopedPowerSupply() function in android::BatteryMonitor
563 if (isScopedPowerSupply(name)) continue; in init()