Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBackgroundRestrictionTest.java644 DeviceConfigSession<Boolean> bgPromptAbusiveAppToBgRestricted = null; in testBgCurrentDrainMonitor() local
718 bgPromptAbusiveAppToBgRestricted = new DeviceConfigSession<>( in testBgCurrentDrainMonitor()
724 bgPromptAbusiveAppToBgRestricted.set(true); in testBgCurrentDrainMonitor()
1167 closeIfNotNull(bgPromptAbusiveAppToBgRestricted); in testBgCurrentDrainMonitor()
1763 DeviceConfigSession<Boolean> bgPromptAbusiveAppToBgRestricted = null; in testBgCurrentDrainMonitorExemptions() local
1918 bgPromptAbusiveAppToBgRestricted = new DeviceConfigSession<>( in testBgCurrentDrainMonitorExemptions()
1924 bgPromptAbusiveAppToBgRestricted.set(true); in testBgCurrentDrainMonitorExemptions()
2345 closeIfNotNull(bgPromptAbusiveAppToBgRestricted); in testBgCurrentDrainMonitorExemptions()