Searched refs:getForeground (Results 1 – 2 of 2) sorted by relevance
51 Map<String, Map<String, Long>> processes = item.getForeground(); in testOneForegroundProc()108 Map<String, Map<String, Long>> processes = item.getForeground(); in testTwoForegroundProc()165 Map<String, Map<String, Long>> processes = item.getForeground(); in testForegroundBackgroundProc()
61 public Map<String, Map<String, Long>> getForeground() { in getForeground() method in MemoryHealthItem78 memoryHealth.put(FOREGROUND, mapToJson(getForeground())); in toJson()