Home
last modified time | relevance | path

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

/tools/loganalysis/src/com/android/loganalysis/parser/
DMemoryHealthParser.java67 Map<String, Map<String, Long>> currentSection = null; in parse() local
73 currentSection = mForeground; in parse()
76 currentSection = mBackground; in parse()
80 currentSection.put(processName, currentProcess); in parse()