Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBackgroundRestrictionTest.java641 DeviceConfigSession<Float> bgCurrentDrainBgRestrictedThreshold = null; in testBgCurrentDrainMonitor() local
693 bgCurrentDrainBgRestrictedThreshold = new DeviceConfigSession<>( in testBgCurrentDrainMonitor()
700 bgCurrentDrainBgRestrictedThreshold.set(bgRestrictedThreshold); in testBgCurrentDrainMonitor()
1164 closeIfNotNull(bgCurrentDrainBgRestrictedThreshold); in testBgCurrentDrainMonitor()
1750 DeviceConfigSession<Float> bgCurrentDrainBgRestrictedThreshold = null; in testBgCurrentDrainMonitorExemptions() local
1812 bgCurrentDrainBgRestrictedThreshold = new DeviceConfigSession<>( in testBgCurrentDrainMonitorExemptions()
1819 bgCurrentDrainBgRestrictedThreshold.set(bgRestrictedThreshold); in testBgCurrentDrainMonitorExemptions()
2334 closeIfNotNull(bgCurrentDrainBgRestrictedThreshold); in testBgCurrentDrainMonitorExemptions()