Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBackgroundRestrictionTest.java637 DeviceConfigSession<Boolean> bgCurrentDrainMonitor = null; in testBgCurrentDrainMonitor() local
660 bgCurrentDrainMonitor = new DeviceConfigSession<>( in testBgCurrentDrainMonitor()
666 bgCurrentDrainMonitor.set(true); in testBgCurrentDrainMonitor()
1160 closeIfNotNull(bgCurrentDrainMonitor); in testBgCurrentDrainMonitor()
1746 DeviceConfigSession<Boolean> bgCurrentDrainMonitor = null; in testBgCurrentDrainMonitorExemptions() local
1779 bgCurrentDrainMonitor = new DeviceConfigSession<>( in testBgCurrentDrainMonitorExemptions()
1785 bgCurrentDrainMonitor.set(true); in testBgCurrentDrainMonitorExemptions()
2330 closeIfNotNull(bgCurrentDrainMonitor); in testBgCurrentDrainMonitorExemptions()