Lines Matching refs:getStack
53 assertEquals("Kernel panic", item.getStack()); in testParseLastKmsg()
75 assertEquals("Kernel panic", item.getStack()); in testParseDmesg()
97 assertEquals("Last boot reason: hw_reset", item.getStack()); in testParseLastMessage()
119 assertNotNull(item.getStack()); in testParseUnknownLastMessage()
152 assertEquals("Last boot reason: hw_reset", item.getStack()); in testNoPreviousLogs()
230 assertEquals(SELINUX_DENIAL_STACK, item.getStack()); in testSelinuxDenialParse()
236 assertEquals(SELINUX_DENIAL_STACK, selinuxItem.getStack()); in testSelinuxDenialParse()
262 assertEquals(LMK_MESSAGE, miscItem.getStack()); in testLowMemoryKillerParse()
269 assertEquals(LMK_MESSAGE, lmkItem.getStack()); in testLowMemoryKillerParse()
295 assertEquals(ALLOC_FAILURE, miscItem.getStack()); in testPageAllocationFailureParse()
300 assertEquals(ALLOC_FAILURE, failItem.getStack()); in testPageAllocationFailureParse()