Searched refs:PAGE_ALLOC_FAILURE (Results 1 – 2 of 2) sorted by relevance
288 assertEquals(1, kernelLog.getMiscEvents(KernelLogParser.PAGE_ALLOC_FAILURE).size()); in testPageAllocationFailureParse()291 MiscKernelLogItem miscItem = kernelLog.getMiscEvents(KernelLogParser.PAGE_ALLOC_FAILURE) in testPageAllocationFailureParse()294 assertEquals(KernelLogParser.PAGE_ALLOC_FAILURE, miscItem.getCategory()); in testPageAllocationFailureParse()298 assertEquals(KernelLogParser.PAGE_ALLOC_FAILURE, failItem.getCategory()); in testPageAllocationFailureParse()
41 public static final String PAGE_ALLOC_FAILURE = "PAGE_ALLOC_FAILURE"; field in KernelLogParser177 } else if (category.equals(PAGE_ALLOC_FAILURE)) { in checkAndAddKernelEvent()260 mPatternUtil.addPattern(PAGE_ALLOC_FAILURE_PATTERN, PAGE_ALLOC_FAILURE); in initPatterns()