Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBackgroundRestrictionTest.java1196 DeviceConfigSession<Long> longRunningFGSThreshold = null; in testLongFGSMonitor() local
1215 longRunningFGSThreshold = new DeviceConfigSession<>( in testLongFGSMonitor()
1220 longRunningFGSThreshold.set(thresholdMs); in testLongFGSMonitor()
1386 closeIfNotNull(longRunningFGSThreshold); in testLongFGSMonitor()
1411 DeviceConfigSession<Long> longRunningFGSThreshold = null; in testLongFGSExemptions() local
1435 longRunningFGSThreshold = new DeviceConfigSession<>( in testLongFGSExemptions()
1440 longRunningFGSThreshold.set(thresholdMs); in testLongFGSExemptions()
1574 closeIfNotNull(longRunningFGSThreshold); in testLongFGSExemptions()