Searched defs:processes (Results 1 – 10 of 10) 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
94 List<String> processes = ImmutableList.of("mediaserver", "mediaextractor"); in testFlushCoverageSpecificProcesses_flushSpecificCommandCalled() local
53 List<ProcessInfo> processes = PsParser.getProcesses(mDevice.executeShellCommand("ps -e")); in getAllProcessNames() local
68 JSONArray processes = new JSONArray(); in toJson() local
81 JSONArray processes = new JSONArray(); in toJson() local
71 JSONArray processes = new JSONArray(); in toJson() local
22 val processes: Map<Int, ProcessModel> constant
278 String processes[] = cachedProcesses.split("\\n{2}")[0].split(LINE_SEPARATOR); in calculateFreeMem() local