Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DBackgroundRestrictionTest.java453 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 …]
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DDeviceConfigSession.java28 public class DeviceConfigSession<T> implements AutoCloseable { class
37 DeviceConfigSession(String namespace, String key, in DeviceConfigSession() method in DeviceConfigSession
DServiceRestarterTest.java98 private DeviceConfigSession<String> mExtraDelaysDeviceConfig;
99 private DeviceConfigSession<Boolean> mEnableExtraDelaysDeviceConfig;
128 mExtraDelaysDeviceConfig = new DeviceConfigSession<>( in setUp()
133 mEnableExtraDelaysDeviceConfig = new DeviceConfigSession<>( in setUp()
DActivityManagerTest.java357 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()
/frameworks/base/services/tests/servicestests/
DAndroid.bp170 "src/com/android/server/am/DeviceConfigSession.java",