Searched refs:bugPattern (Results 1 – 1 of 1) sorted by relevance
72 val bugPattern = Pattern.compile("b/\\d+") regex73 return reason != null && bugPattern.matcher(reason).find()