Home
last modified time | relevance | path

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

/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DAppCrawlTesterHostPreparer.java47 @VisibleForTesting static final String CRAWLER_BIN_OPTION = "crawler-bin"; field in AppCrawlTesterHostPreparer
58 name = CRAWLER_BIN_OPTION,
/test/app_compat/csuite/harness/src/test/java/com/android/csuite/core/
DAppCrawlTesterHostPreparerTest.java153 AppCrawlTesterHostPreparer.CRAWLER_BIN_OPTION, in createTestSubject()
DAppCrawlTesterTest.java684 optionSetter.setOptionValue(AppCrawlTesterHostPreparer.CRAWLER_BIN_OPTION, bin.toString()); in simulatePreparerWasExecutedSuccessfully()