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.java403 private int mDreamsBatteryLevelMinimumWhenPoweredConfig; field in PowerManagerService
979 mDreamsBatteryLevelMinimumWhenPoweredConfig = resources.getInteger( in readConfigurationLocked()
2425 && mDreamsBatteryLevelMinimumWhenPoweredConfig >= 0 in canDreamLocked()
2426 && mBatteryLevel < mDreamsBatteryLevelMinimumWhenPoweredConfig) { in canDreamLocked()
3477 + mDreamsBatteryLevelMinimumWhenPoweredConfig); in dumpInternal()
3745 mDreamsBatteryLevelMinimumWhenPoweredConfig); in dumpProto()