Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppBatteryTracker.java1868 final double brThreshold = mBgCurrentDrainBgRestrictedThreshold[thresholdIndex]; in handleUidBatteryUsage() local
1885 if (decoupleThresholds && brPercentage >= brThreshold) { in handleUidBatteryUsage()
1915 if (brPercentage >= brThreshold) { in handleUidBatteryUsage()