Searched refs:BACKGROUND (Results 1 – 1 of 1) sorted by relevance
30 private static final String BACKGROUND = "background"; field in MemoryHealthItem51 super(new HashSet<String>(Arrays.asList(FOREGROUND, BACKGROUND))); in MemoryHealthItem()53 super.setAttribute(BACKGROUND, background); in MemoryHealthItem()71 return (Map<String, Map<String, Long>>) super.getAttribute(BACKGROUND); in getBackground()79 memoryHealth.put(BACKGROUND, mapToJson(getBackground())); in toJson()