Searched refs:bgBatteryExemptionTypes (Results 1 – 1 of 1) sorted by relevance
646 DeviceConfigSession<Integer> bgBatteryExemptionTypes = null; in testBgCurrentDrainMonitor() local733 bgBatteryExemptionTypes = new DeviceConfigSession<>( in testBgCurrentDrainMonitor()739 bgBatteryExemptionTypes.set(0); in testBgCurrentDrainMonitor()1169 closeIfNotNull(bgBatteryExemptionTypes); in testBgCurrentDrainMonitor()1758 DeviceConfigSession<Integer> bgBatteryExemptionTypes = null; in testBgCurrentDrainMonitorExemptions() local1878 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 …]