Searched refs:FOREGROUND (Results 1 – 1 of 1) sorted by relevance
31 private static final String FOREGROUND = "foreground"; field in MemoryHealthItem51 super(new HashSet<String>(Arrays.asList(FOREGROUND, BACKGROUND))); in MemoryHealthItem()52 super.setAttribute(FOREGROUND, foreground); in MemoryHealthItem()62 return (Map<String, Map<String, Long>>) super.getAttribute(FOREGROUND); in getForeground()78 memoryHealth.put(FOREGROUND, mapToJson(getForeground())); in toJson()