Searched refs:anrPattern (Results 1 – 1 of 1) sorted by relevance
1129 Pattern anrPattern = Pattern.compile(".*notResponding=true.*AppNotRespondingDialog.*"); in getErrorDialogCount() local1138 Matcher anrMatcher = anrPattern.matcher(systemStatusOutput); in getErrorDialogCount()