Searched refs:LOW_MEMORY_KILLER_PATTERN (Results 1 – 1 of 1) sorted by relevance
56 private static final Pattern LOW_MEMORY_KILLER_PATTERN = Pattern.compile( field in KernelLogParser186 Matcher m = LOW_MEMORY_KILLER_PATTERN.matcher(message); in checkAndAddKernelEvent()262 mPatternUtil.addPattern(LOW_MEMORY_KILLER_PATTERN, LOW_MEMORY_KILLER); in initPatterns()