Home
last modified time | relevance | path

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

/system/core/healthd/include/healthd/
Dhealthd.h79 std::vector<android::String8> ignorePowerSupplyNames; member
/system/core/healthd/
DBatteryMonitor.cpp540 itIgnoreName = find(hc->ignorePowerSupplyNames.begin(), in init()
541 hc->ignorePowerSupplyNames.end(), String8(name)); in init()
542 if (itIgnoreName != hc->ignorePowerSupplyNames.end()) in init()