Home
last modified time | relevance | path

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

/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DAppCrawlTester.java404 int successfulActions = 0; in getRoboscriptSignal() local
409 successfulActions = Integer.parseInt(mSuccessful.group(1)); in getRoboscriptSignal()
413 return successfulActions / totalActions < 1 in getRoboscriptSignal()
/test/app_compat/csuite/harness/src/test/java/com/android/csuite/core/
DAppCrawlTesterTest.java656 private Path createMockRoboOutputFile(int totalActions, int successfulActions) in createMockRoboOutputFile() argument
663 outputContent.add(" successful_actions: " + String.valueOf(successfulActions)); in createMockRoboOutputFile()