Home
last modified time | relevance | path

Searched refs:getForeground (Results 1 – 2 of 2) sorted by relevance

/tools/loganalysis/tests/src/com/android/loganalysis/parser/
DMemHealthParserTest.java51 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()
/tools/loganalysis/src/com/android/loganalysis/item/
DMemoryHealthItem.java61 public Map<String, Map<String, Long>> getForeground() { in getForeground() method in MemoryHealthItem
78 memoryHealth.put(FOREGROUND, mapToJson(getForeground())); in toJson()