Searched defs:processes (Results 1 – 11 of 11) sorted by relevance
51 Map<String, Map<String, Long>> processes = item.getForeground(); in testOneForegroundProc() local108 Map<String, Map<String, Long>> processes = item.getForeground(); in testTwoForegroundProc() local165 Map<String, Map<String, Long>> processes = item.getForeground(); in testForegroundBackgroundProc() local
196 JSONArray processes = json.getJSONArray("processes"); in testJson() local
20 val processes = mutableListOf<ProcessModelFragment>() constant in trebuchet.model.fragments.ModelFragment
68 JSONArray processes = new JSONArray(); in toJson() local
81 JSONArray processes = new JSONArray(); in toJson() local
71 JSONArray processes = new JSONArray(); in toJson() local
128 List<String> processes = ImmutableList.of("adbd", "logcat"); in testFlushCoverageSpecificProcesses_flushSpecificCommandCalled() local
62 List<ProcessInfo> processes = PsParser.getProcesses(mDevice.executeShellCommand("ps -e")); in getAllProcessNames() local
22 val processes: Map<Int, ProcessModel> constant
276 List<ProcessInfo> processes = PsParser.getProcesses(device.executeShellCommand("ps -e")); in getRunningProcessIds() local
279 String processes[] = cachedProcesses.split("\\n{2}")[0].split(LINE_SEPARATOR); in calculateFreeMem() local