Searched refs:GOOD_BOOTREASONS (Results 1 – 2 of 2) sorted by relevance
69 public static final Pattern GOOD_BOOTREASONS = Pattern.compile( field in KernelLogParser246 "Last boot reason: " + GOOD_BOOTREASONS, in initPatterns()
252 m = KernelLogParser.GOOD_BOOTREASONS.matcher(bootreason); in commit()