Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DLogcatInspector.java98 int stringIndex = 0; in numberOfLogcatStringsFound() local
108 if (line.contains(logcatStrings[stringIndex])) { in numberOfLogcatStringsFound()
122 stringIndex++; in numberOfLogcatStringsFound()
123 if (stringIndex >= logcatStrings.length) { in numberOfLogcatStringsFound()
125 return stringIndex; in numberOfLogcatStringsFound()
135 return stringIndex; in numberOfLogcatStringsFound()