Searched refs:miscItem (Results 1 – 1 of 1) sorted by relevance
258 MiscKernelLogItem miscItem = kernelLog.getMiscEvents(KernelLogParser.LOW_MEMORY_KILLER) in testLowMemoryKillerParse() local260 assertEquals(43.399164, miscItem.getEventTime(), 0.0000005); in testLowMemoryKillerParse()261 assertEquals(KernelLogParser.LOW_MEMORY_KILLER, miscItem.getCategory()); in testLowMemoryKillerParse()262 assertEquals(LMK_MESSAGE, miscItem.getStack()); in testLowMemoryKillerParse()291 MiscKernelLogItem miscItem = kernelLog.getMiscEvents(KernelLogParser.PAGE_ALLOC_FAILURE) in testPageAllocationFailureParse() local293 assertEquals(43.399164, miscItem.getEventTime(), 0.0000005); in testPageAllocationFailureParse()294 assertEquals(KernelLogParser.PAGE_ALLOC_FAILURE, miscItem.getCategory()); in testPageAllocationFailureParse()295 assertEquals(ALLOC_FAILURE, miscItem.getStack()); in testPageAllocationFailureParse()