Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBackgroundRestrictionTest.java646 DeviceConfigSession<Integer> bgBatteryExemptionTypes = null; in testBgCurrentDrainMonitor() local
733 bgBatteryExemptionTypes = new DeviceConfigSession<>( in testBgCurrentDrainMonitor()
739 bgBatteryExemptionTypes.set(0); in testBgCurrentDrainMonitor()
1169 closeIfNotNull(bgBatteryExemptionTypes); in testBgCurrentDrainMonitor()
1758 DeviceConfigSession<Integer> bgBatteryExemptionTypes = null; in testBgCurrentDrainMonitorExemptions() local
1878 bgBatteryExemptionTypes = new DeviceConfigSession<>( in testBgCurrentDrainMonitorExemptions()
1884 bgBatteryExemptionTypes.set(STATE_TYPE_MEDIA_SESSION | STATE_TYPE_FGS_MEDIA_PLAYBACK in testBgCurrentDrainMonitorExemptions()
2200 bgBatteryExemptionTypes.set(STATE_TYPE_MEDIA_SESSION | STATE_TYPE_PERMISSION); in testBgCurrentDrainMonitorExemptions()
2261 bgBatteryExemptionTypes.set(STATE_TYPE_FGS_WITH_NOTIFICATION); in testBgCurrentDrainMonitorExemptions()
2302 bgBatteryExemptionTypes.set(STATE_TYPE_MEDIA_SESSION | STATE_TYPE_FGS_MEDIA_PLAYBACK in testBgCurrentDrainMonitorExemptions()
[all …]