Searched refs:mDreamsBatteryLevelMinimumWhenPoweredConfig (Results 1 – 1 of 1) sorted by relevance
335 private int mDreamsBatteryLevelMinimumWhenPoweredConfig; field in PowerManagerService695 mDreamsBatteryLevelMinimumWhenPoweredConfig = resources.getInteger( in readConfigurationLocked()1961 && mDreamsBatteryLevelMinimumWhenPoweredConfig >= 0 in canDreamLocked()1962 && mBatteryLevel < mDreamsBatteryLevelMinimumWhenPoweredConfig) { in canDreamLocked()2799 + mDreamsBatteryLevelMinimumWhenPoweredConfig); in dumpInternal()