Searched refs:SELINUX_DENIAL (Results 1 – 3 of 3) sorted by relevance
201 assertEquals(KernelLogParser.SELINUX_DENIAL, patternUtil.checkMessage( in testPatterns()224 assertEquals(1, kernelLog.getMiscEvents(KernelLogParser.SELINUX_DENIAL).size()); in testSelinuxDenialParse()227 MiscKernelLogItem item = kernelLog.getMiscEvents(KernelLogParser.SELINUX_DENIAL).get(0); in testSelinuxDenialParse()229 assertEquals(KernelLogParser.SELINUX_DENIAL, item.getCategory()); in testSelinuxDenialParse()235 assertEquals(KernelLogParser.SELINUX_DENIAL, selinuxItem.getCategory()); in testSelinuxDenialParse()
39 public static final String SELINUX_DENIAL = "SELINUX_DENIAL"; field in KernelLogParser170 if (category.equals(SELINUX_DENIAL)) { in checkAndAddKernelEvent()258 mPatternUtil.addPattern(SELINUX_DENIAL_PATTERN, SELINUX_DENIAL); in initPatterns()
45 setCategory(KernelLogParser.SELINUX_DENIAL); in SELinuxItem()