Home
last modified time | relevance | path

Searched refs:anrMatcher (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java1138 Matcher anrMatcher = anrPattern.matcher(systemStatusOutput); in getErrorDialogCount() local
1139 while (anrMatcher.find()) { in getErrorDialogCount()