Searched refs:nonForeground (Results 1 – 1 of 1) sorted by relevance
340 ActivityManager.RunningServiceInfo nonForeground = new ActivityManager.RunningServiceInfo(); in testAppActivityChecks() local341 nonForeground.foreground = false; in testAppActivityChecks()342 runningServicesList.add(nonForeground); in testAppActivityChecks()