Home
last modified time | relevance | path

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

/test/app_compat/csuite/harness/src/main/java/com/android/compatibility/targetprep/
DAppSetupPreparer.java61 @VisibleForTesting static final String OPTION_SETUP_TIMEOUT_MILLIS = "setup-timeout-millis"; field in AppSetupPreparer
108 name = OPTION_SETUP_TIMEOUT_MILLIS,
138 checkArgumentNonNegative(mSetupOnceTimeoutMillis, OPTION_SETUP_TIMEOUT_MILLIS); in setUp()
/test/app_compat/csuite/harness/src/test/java/com/android/compatibility/targetprep/
DAppSetupPreparerTest.java134 .setOption(AppSetupPreparer.OPTION_SETUP_TIMEOUT_MILLIS, "-1") in setUp_negativeTimeout_throwsException()
148 .setOption(AppSetupPreparer.OPTION_SETUP_TIMEOUT_MILLIS, "1000") in setUp_withinTimeout_doesNotThrowException()
161 .setOption(AppSetupPreparer.OPTION_SETUP_TIMEOUT_MILLIS, "5") in setUp_exceedsTimeout_throwsException()
178 .setOption(AppSetupPreparer.OPTION_SETUP_TIMEOUT_MILLIS, "5") in setUp_timesOutWithoutExceedingRetryLimit_doesNotThrowException()
192 .setOption(AppSetupPreparer.OPTION_SETUP_TIMEOUT_MILLIS, "5") in setUp_timesOutAndExceedsRetryLimit_doesNotThrowException()