Home
last modified time | relevance | path

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

/packages/modules/Scheduling/tests/unittests/src/com/android/server/scheduling/
DRebootReadinessUnitTest.java340 ActivityManager.RunningServiceInfo nonForeground = new ActivityManager.RunningServiceInfo(); in testAppActivityChecks() local
341 nonForeground.foreground = false; in testAppActivityChecks()
342 runningServicesList.add(nonForeground); in testAppActivityChecks()