Home
last modified time | relevance | path

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

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