Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBackgroundRestrictionTest.java631 final float bgRestrictedThreshold = 4.0f; in testBgCurrentDrainMonitor() local
633 BATTERY_FULL_CHARGE_MAH * bgRestrictedThreshold / 100.0f; in testBgCurrentDrainMonitor()
700 bgCurrentDrainBgRestrictedThreshold.set(bgRestrictedThreshold); in testBgCurrentDrainMonitor()
1734 final float bgRestrictedThreshold = 4.0f; in testBgCurrentDrainMonitorExemptions() local
1736 BATTERY_FULL_CHARGE_MAH * bgRestrictedThreshold / 100.0f; in testBgCurrentDrainMonitorExemptions()
1819 bgCurrentDrainBgRestrictedThreshold.set(bgRestrictedThreshold); in testBgCurrentDrainMonitorExemptions()