Searched refs:DeviceConfigSession (Results 1 – 5 of 5) sorted by relevance
638 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 …]
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()
135 "src/com/android/server/am/DeviceConfigSession.java",