Searched refs:setOption (Results 1 – 2 of 2) sorted by relevance
/test/app_compat/csuite/harness/src/test/java/com/android/compatibility/targetprep/ |
D | AppSetupPreparerTest.java | 75 .setOption(AppSetupPreparer.OPTION_TEST_FILE_NAME, apkPath.getPath()) in setUp_saveApkOptionEnabled_savesApk() 76 .setOption(AppSetupPreparer.OPTION_SAVE_APKS, "true") in setUp_saveApkOptionEnabled_savesApk() 94 .setOption(AppSetupPreparer.OPTION_TEST_FILE_NAME, appUri) in setUp_unresolvedAppUri_installs() 123 .setOption(AppSetupPreparer.OPTION_MAX_RETRY, "1") in setUp_withinRetryLimit_doesNotThrowException() 140 .setOption(AppSetupPreparer.OPTION_MAX_RETRY, "1") in setUp_exceedsRetryLimit_throwsException() 150 .setOption(AppSetupPreparer.OPTION_SETUP_TIMEOUT_MILLIS, "-1") in setUp_negativeTimeout_throwsException() 163 .setOption(AppSetupPreparer.OPTION_SETUP_TIMEOUT_MILLIS, "1000") in setUp_withinTimeout_doesNotThrowException() 176 .setOption(AppSetupPreparer.OPTION_MAX_RETRY, "0") in setUp_zeroMaxRetry_runsOnce() 191 .setOption(AppSetupPreparer.OPTION_MAX_RETRY, "1") in setUp_positiveMaxRetryButNoException_runsOnlyOnce() 202 new PreparerBuilder().setOption(AppSetupPreparer.OPTION_MAX_RETRY, "-1").build(); in setUp_negativeMaxRetry_throwsException() [all …]
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/ |
D | PreconditionPreparer.java | 70 setOption(argName, argValue); in setUp() 75 private void setOption(String option, String value) { in setOption() method in PreconditionPreparer
|