Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBackgroundRestrictionTest.java1197 DeviceConfigSession<Boolean> longRunningFGSWithNotification = null; in testLongFGSMonitor() local
1222 longRunningFGSWithNotification = new DeviceConfigSession<>( in testLongFGSMonitor()
1227 longRunningFGSWithNotification.set(true); in testLongFGSMonitor()
1356 longRunningFGSWithNotification.set(false); in testLongFGSMonitor()
1387 closeIfNotNull(longRunningFGSWithNotification); in testLongFGSMonitor()
1414 DeviceConfigSession<Boolean> longRunningFGSWithNotification = null; in testLongFGSExemptions() local
1456 longRunningFGSWithNotification = new DeviceConfigSession<>( in testLongFGSExemptions()
1461 longRunningFGSWithNotification.set(true); in testLongFGSExemptions()
1577 closeIfNotNull(longRunningFGSWithNotification); in testLongFGSExemptions()