Searched refs:MEM_INFO_SECTION_REGEX (Results 1 – 1 of 1) sorted by relevance
49 private static final String MEM_INFO_SECTION_REGEX = "------ MEMORY INFO .*"; field in BugreportParser173 addSectionParser(mMemInfoParser, MEM_INFO_SECTION_REGEX); in setup()