Home
last modified time | relevance | path

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

/system/core/healthd/
DBatteryMonitor.cpp237 constexpr char kScopeDevice[] = "Device"; in isScopedPowerSupply() local
242 return (readFromFile(path, &scope) > 0 && scope == kScopeDevice); in isScopedPowerSupply()