Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppBatteryTracker.java1468 volatile int mBgCurrentDrainPowerComponents; field in AppBatteryTracker.AppBatteryPolicy
1664 mBgCurrentDrainPowerComponents = in updateCurrentDrainThreshold()
1668 if (mBgCurrentDrainPowerComponents == DEFAULT_BG_CURRENT_DRAIN_POWER_COMPONENTS) { in updateCurrentDrainThreshold()
1673 mBatteryDimensions[i] = new Dimensions(mBgCurrentDrainPowerComponents, i); in updateCurrentDrainThreshold()
2121 pw.println(mBgCurrentDrainPowerComponents); in dump()