Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DLogcatInspector.java58 numberOfLogcatStringsFound(filterSpec, maxTimeoutInSeconds, logcatStrings); in assertLogcatContainsInOrder()
85 int stringsFound = numberOfLogcatStringsFound("", timeInSeconds, logcatStrings); in assertLogcatDoesNotContainInOrder()
94 private int numberOfLogcatStringsFound( in numberOfLogcatStringsFound() method in LogcatInspector