Searched refs:runningServicesList (Results 1 – 1 of 1) sorted by relevance
335 List<ActivityManager.RunningServiceInfo> runningServicesList = new ArrayList<>(); in testAppActivityChecks() local336 when(mActivityManager.getRunningServices(anyInt())).thenReturn(runningServicesList); in testAppActivityChecks()342 runningServicesList.add(nonForeground); in testAppActivityChecks()348 runningServicesList.add(foreground); in testAppActivityChecks()406 List<ActivityManager.RunningServiceInfo> runningServicesList = new ArrayList<>(); in testLongAppBlockingReported() local410 runningServicesList.add(service); in testLongAppBlockingReported()411 when(mActivityManager.getRunningServices(anyInt())).thenReturn(runningServicesList); in testLongAppBlockingReported()532 List<ActivityManager.RunningServiceInfo> runningServicesList = new ArrayList<>(); in testAppActivityShellCommand() local533 when(mActivityManager.getRunningServices(anyInt())).thenReturn(runningServicesList); in testAppActivityShellCommand()540 runningServicesList.add(service); in testAppActivityShellCommand()