Searched refs:OPTION_SETUP_TIMEOUT_MILLIS (Results 1 – 2 of 2) sorted by relevance
66 @VisibleForTesting static final String OPTION_SETUP_TIMEOUT_MILLIS = "setup-timeout-millis"; field in AppSetupPreparer128 name = OPTION_SETUP_TIMEOUT_MILLIS,164 checkArgumentNonNegative(mSetupOnceTimeoutMillis, OPTION_SETUP_TIMEOUT_MILLIS); in setUp()
150 .setOption(AppSetupPreparer.OPTION_SETUP_TIMEOUT_MILLIS, "-1") in setUp_negativeTimeout_throwsException()163 .setOption(AppSetupPreparer.OPTION_SETUP_TIMEOUT_MILLIS, "1000") in setUp_withinTimeout_doesNotThrowException()