Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBackgroundRestrictionTest.java638 DeviceConfigSession<Long> bgCurrentDrainWindow = null; in testBgCurrentDrainMonitor()
668 bgCurrentDrainWindow = new DeviceConfigSession<>( in testBgCurrentDrainMonitor()
1198 DeviceConfigSession<Boolean> longRunningFGS = null; in testLongFGSMonitor()
1229 longRunningFGS = new DeviceConfigSession<>( in testLongFGSMonitor()
1415 DeviceConfigSession<Boolean> longRunningFGS = null; in testLongFGSExemptions()
1463 longRunningFGS = new DeviceConfigSession<>( in testLongFGSExemptions()
2529 DeviceConfigSession<Boolean> enableMonitor = null; in runTestExcessiveEvent()
2530 DeviceConfigSession<Long> eventsWindow = null; in runTestExcessiveEvent()
2538 enableMonitor = new DeviceConfigSession<>( in runTestExcessiveEvent()
2545 eventsWindow = new DeviceConfigSession<>( in runTestExcessiveEvent()
[all …]
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DDeviceConfigSession.java28 public class DeviceConfigSession<T> implements AutoCloseable { class
37 DeviceConfigSession(String namespace, String key, in DeviceConfigSession() method in DeviceConfigSession
H A DServiceRestarterTest.java98 private DeviceConfigSession<String> mExtraDelaysDeviceConfig;
99 private DeviceConfigSession<Boolean> mEnableExtraDelaysDeviceConfig;
128 mExtraDelaysDeviceConfig = new DeviceConfigSession<>( in setUp()
133 mEnableExtraDelaysDeviceConfig = new DeviceConfigSession<>( in setUp()
H A 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()
/aosp14/frameworks/base/services/tests/servicestests/
H A DAndroid.bp135 "src/com/android/server/am/DeviceConfigSession.java",