Searched refs:pids (Results 1 – 2 of 2) sorted by relevance
144 List<Integer> pids = new ArrayList<>(); in getMetrics() local148 pids = getPids(processName); in getMetrics()149 for (Integer pid : pids) { in getMetrics()236 String[] pids = pidofOutput.split("\\s+"); in getPids() local238 for (String pid : pids) { in getPids()
184 String[] pids = getDevice().executeShellCommand("pidof screenrecord").split(" "); in cancel() local185 for (String pid : pids) { in cancel()