Searched refs:mMemInfoParser (Results 1 – 1 of 1) sorted by relevance
109 private MemInfoParser mMemInfoParser = new MemInfoParser(); field in BugreportParser173 addSectionParser(mMemInfoParser, MEM_INFO_SECTION_REGEX); in setup()202 mBugreport.setMemInfo((MemInfoItem) getSection(mMemInfoParser)); in commit()