Searched refs:stringIndex (Results 1 – 1 of 1) sorted by relevance
98 int stringIndex = 0; in numberOfLogcatStringsFound() local108 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()