Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBackgroundRestrictionTest.java1761 DeviceConfigSession<Boolean> bgCurrentDrainHighThresholdByBgLocation = null; in testBgCurrentDrainMonitorExemptions() local
1903 bgCurrentDrainHighThresholdByBgLocation = new DeviceConfigSession<>( in testBgCurrentDrainMonitorExemptions()
1909 bgCurrentDrainHighThresholdByBgLocation.set(true); in testBgCurrentDrainMonitorExemptions()
2079 bgCurrentDrainHighThresholdByBgLocation.set(false); in testBgCurrentDrainMonitorExemptions()
2105 bgCurrentDrainHighThresholdByBgLocation.set(true); in testBgCurrentDrainMonitorExemptions()
2346 closeIfNotNull(bgCurrentDrainHighThresholdByBgLocation); in testBgCurrentDrainMonitorExemptions()