Home
last modified time | relevance | path

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

/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DAppCrawlTester.java405 Matcher mTotal = totalActionsPattern.matcher(outputFile); in getRoboscriptSignal() local
407 if (mTotal.find() && mSuccessful.find()) { in getRoboscriptSignal()
408 totalActions = Integer.parseInt(mTotal.group(1)); in getRoboscriptSignal()