Searched refs:mTotal (Results 1 – 1 of 1) sorted by relevance
405 Matcher mTotal = totalActionsPattern.matcher(outputFile); in getRoboscriptSignal() local407 if (mTotal.find() && mSuccessful.find()) { in getRoboscriptSignal()408 totalActions = Integer.parseInt(mTotal.group(1)); in getRoboscriptSignal()