Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBackgroundRestrictionTest.java642 DeviceConfigSession<Boolean> bgCurrentDrainAutoRestrictAbusiveApps = null; in testBgCurrentDrainMonitor() local
702 bgCurrentDrainAutoRestrictAbusiveApps = new DeviceConfigSession<>( in testBgCurrentDrainMonitor()
708 bgCurrentDrainAutoRestrictAbusiveApps.set(true); in testBgCurrentDrainMonitor()
1165 closeIfNotNull(bgCurrentDrainAutoRestrictAbusiveApps); in testBgCurrentDrainMonitor()
1753 DeviceConfigSession<Boolean> bgCurrentDrainAutoRestrictAbusiveApps = null; in testBgCurrentDrainMonitorExemptions() local
1839 bgCurrentDrainAutoRestrictAbusiveApps = new DeviceConfigSession<>( in testBgCurrentDrainMonitorExemptions()
1845 bgCurrentDrainAutoRestrictAbusiveApps.set(true); in testBgCurrentDrainMonitorExemptions()
2337 closeIfNotNull(bgCurrentDrainAutoRestrictAbusiveApps); in testBgCurrentDrainMonitorExemptions()