Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/
DPowerManagerService.java394 private int mDreamsBatteryLevelMinimumWhenPoweredConfig; field in PowerManagerService
887 mDreamsBatteryLevelMinimumWhenPoweredConfig = resources.getInteger( in readConfigurationLocked()
2321 && mDreamsBatteryLevelMinimumWhenPoweredConfig >= 0 in canDreamLocked()
2322 && mBatteryLevel < mDreamsBatteryLevelMinimumWhenPoweredConfig) { in canDreamLocked()
3305 + mDreamsBatteryLevelMinimumWhenPoweredConfig); in dumpInternal()
3572 mDreamsBatteryLevelMinimumWhenPoweredConfig); in dumpProto()