Home
last modified time | relevance | path

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

/aosp12/system/core/healthd/include/healthd/
H A Dhealthd.h79 std::vector<android::String8> ignorePowerSupplyNames; member
/aosp12/system/core/healthd/
H A DBatteryMonitor.cpp545 itIgnoreName = find(hc->ignorePowerSupplyNames.begin(), in init()
546 hc->ignorePowerSupplyNames.end(), String8(name)); in init()
547 if (itIgnoreName != hc->ignorePowerSupplyNames.end()) in init()