Searched refs:DeviceConfigSession (Results 1 – 5 of 5) sorted by relevance
453 DeviceConfigSession<Boolean> bgAutoRestrictedBucketOnBgRestriction = null; in testTogglingBackgroundRestrict()455 bgAutoRestrictedBucketOnBgRestriction = new DeviceConfigSession<>( in testTogglingBackgroundRestrict()636 DeviceConfigSession<Boolean> bgCurrentDrainMonitor = null; in testBgCurrentDrainMonitor()637 DeviceConfigSession<Long> bgCurrentDrainWindow = null; in testBgCurrentDrainMonitor()638 DeviceConfigSession<Long> bgCurrentDrainInteractionGracePeriod = null; in testBgCurrentDrainMonitor()639 DeviceConfigSession<Float> bgCurrentDrainRestrictedBucketThreshold = null; in testBgCurrentDrainMonitor()640 DeviceConfigSession<Float> bgCurrentDrainBgRestrictedThreshold = null; in testBgCurrentDrainMonitor()641 DeviceConfigSession<Boolean> bgCurrentDrainAutoRestrictAbusiveApps = null; in testBgCurrentDrainMonitor()642 DeviceConfigSession<Boolean> bgPromptFgsWithNotiToBgRestricted = null; in testBgCurrentDrainMonitor()643 DeviceConfigSession<Boolean> bgPromptAbusiveAppToBgRestricted = null; in testBgCurrentDrainMonitor()[all …]
28 public class DeviceConfigSession<T> implements AutoCloseable { class37 DeviceConfigSession(String namespace, String key, in DeviceConfigSession() method in DeviceConfigSession
98 private DeviceConfigSession<String> mExtraDelaysDeviceConfig;99 private DeviceConfigSession<Boolean> mEnableExtraDelaysDeviceConfig;128 mExtraDelaysDeviceConfig = new DeviceConfigSession<>( in setUp()133 mEnableExtraDelaysDeviceConfig = new DeviceConfigSession<>( in setUp()
357 DeviceConfigSession<Long> freezerDebounceTimeout = null; in testAppFreezerWithAllowOomAdj()377 freezerDebounceTimeout = new DeviceConfigSession<>( in testAppFreezerWithAllowOomAdj()520 DeviceConfigSession<Boolean> killBgRestrictedAndCachedIdle = null; in testKillAppIfBgRestrictedCachedIdle()521 DeviceConfigSession<Long> killBgRestrictedAndCachedIdleSettleTime = null; in testKillAppIfBgRestrictedCachedIdle()533 killBgRestrictedAndCachedIdle = new DeviceConfigSession<>( in testKillAppIfBgRestrictedCachedIdle()539 killBgRestrictedAndCachedIdleSettleTime = new DeviceConfigSession<>( in testKillAppIfBgRestrictedCachedIdle()
170 "src/com/android/server/am/DeviceConfigSession.java",