Searched refs:getCategory (Results 1 – 10 of 10) sorted by relevance
229 assertEquals(KernelLogParser.SELINUX_DENIAL, item.getCategory()); in testSelinuxDenialParse()235 assertEquals(KernelLogParser.SELINUX_DENIAL, selinuxItem.getCategory()); in testSelinuxDenialParse()261 assertEquals(KernelLogParser.LOW_MEMORY_KILLER, miscItem.getCategory()); in testLowMemoryKillerParse()265 assertEquals(KernelLogParser.LOW_MEMORY_KILLER, lmkItem.getCategory()); in testLowMemoryKillerParse()294 assertEquals(KernelLogParser.PAGE_ALLOC_FAILURE, miscItem.getCategory()); in testPageAllocationFailureParse()298 assertEquals(KernelLogParser.PAGE_ALLOC_FAILURE, failItem.getCategory()); in testPageAllocationFailureParse()
145 assertEquals(LogcatParser.JAVA_CRASH, logcat.getJavaCrashes().get(0).getCategory()); in testParse_test_exception()
70 if (interrupts.getCategory() != InterruptCategory.UNKNOWN_INTERRUPT) { in getAnalysis()72 interrupts.getCategory(), in getAnalysis()
70 wakelocks.getCategory(), in getAnalysis()
99 if (KernelLogParser.KERNEL_RESET.equals(event.getCategory()) && in addEvent()112 if (item.getCategory().equals(category)) { in getMiscEvents()
127 public WakeLockCategory getCategory() { in getCategory() method in WakelockItem.WakelockInfoItem176 if (category.equals(wakeLock.getCategory())) { in getWakeLocks()
87 public String getCategory() { in getCategory() method in MiscKernelLogItem
175 public String getCategory() { in getCategory() method in MiscLogcatItem
143 if (item.getCategory().equals(category)) { in getMiscEvents()
593 return crashTag.getCategory(); in getJavaCrashCategory()614 public String getCategory() { in getCategory() method in LogcatParser.CrashTag