Home
last modified time | relevance | path

Searched refs:getArguments (Results 1 – 25 of 49) sorted by relevance

12

/platform_testing/libraries/health/options/src/android/platform/test/options/
DTestOption.java61 Bundle arguments = getArguments(); in apply()
137 Bundle getArguments() {
138 return InstrumentationRegistry.getArguments();
/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DTestWatcher.java65 protected Bundle getArguments() { in getArguments() method in TestWatcher
66 return InstrumentationRegistry.getArguments(); in getArguments()
DPressHomeRule.java34 mGoHome = Boolean.parseBoolean(getArguments().getString(GO_HOME, "true")); in finished()
DKillAppsRule.java43 mKillApp = Boolean.parseBoolean(getArguments().getString(KILL_APP, "true")); in starting()
DCompilationFilterRule.java53 String filter = getArguments().getString(COMPILE_FILTER_OPTION); in starting()
DDropCachesRule.java76 mDropCache = Boolean.parseBoolean(getArguments().getString(KEY_DROP_CACHE, "true")); in starting()
/platform_testing/libraries/health/composers/host/tests/src/android/host/test/composer/
DShuffleTestBase.java43 List<Integer> output = getShuffle().apply(getArguments(true, seedValue), input); in testShuffleSeedRespected()
51 protected abstract T getArguments(boolean shuffle, long seed); in getArguments() method in ShuffleTestBase
DShuffleTest.java35 protected Map<String, String> getArguments(boolean shuffle, long seed) { in getArguments() method in ShuffleTest
/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/
DHelperTest.java73 !"true".equals(getArguments().get(SKIP_INIT_PARAM))) { in setUp()
139 public Bundle getArguments() { in getArguments() method in HelperTest
140 return InstrumentationRegistry.getArguments(); in getArguments()
DAbstractStandardAppHelper.java80 InstrumentationRegistry.getArguments().getString(FAVOR_CMD, "false")); in AbstractStandardAppHelper()
83 InstrumentationRegistry.getArguments().getString(USE_HOME_CMD, "false")); in AbstractStandardAppHelper()
86 InstrumentationRegistry.getArguments() in AbstractStandardAppHelper()
93 InstrumentationRegistry.getArguments() in AbstractStandardAppHelper()
/platform_testing/libraries/health/runners/longevity/platform/tests/src/android/platform/test/longevity/
DScenarioRunnerTest.java64 InstrumentationRegistry.getArguments().getString(TEST_ARG, TEST_ARG_DEFAULT); in setUp()
82 mArgumentsBeforeTest = InstrumentationRegistry.getArguments(); in setUpSuite()
111 Bundle argsBeforeTest = InstrumentationRegistry.getArguments(); in testExtraArgs_unregisteredAfterTest()
123 Bundle argsAfterTest = InstrumentationRegistry.getArguments(); in testExtraArgs_unregisteredAfterTest()
DProfileTest.java124 getProfile(getArguments(VALID_CONFIG_KEY)).getRunnerSequence(mMockInput); in testProfileOrderingRespected()
143 getProfile(getArguments(CONFIG_WITH_INVALID_JOURNEY_KEY)) in testProfileWithInvalidScenarioThrows()
162 protected Bundle getArguments(String configName) { in getArguments() method in ProfileTest
/platform_testing/libraries/health/composers/platform/tests/src/android/platform/test/composer/
DShuffleTest.java36 protected Bundle getArguments(boolean shuffle, long seed) { in getArguments() method in ShuffleTest
/platform_testing/libraries/health/options/tests/src/android/platform/test/options/
DStringOptionTest.java39 Bundle getArguments() { in getArguments() method in StringOptionTest.TestableStringOption
DBooleanOptionTest.java39 Bundle getArguments() { in getArguments() method in BooleanOptionTest.TestableBooleanOption
DIntegerOptionTest.java43 Bundle getArguments() { in getArguments() method in IntegerOptionTest.TestableIntegerOption
DDoubleOptionTest.java43 Bundle getArguments() { in getArguments() method in DoubleOptionTest.TestableDoubleOption
DLongOptionTest.java43 Bundle getArguments() { in getArguments() method in LongOptionTest.TestableLongOption
/platform_testing/libraries/health/utils/src/android/platform/test/util/
DHealthRunnerBuilder.java45 this(InstrumentationRegistry.getArguments()); in HealthRunnerBuilder()
/platform_testing/tests/jank/sysapp_wear/src/com/android/wearable/sysapp/janktests/
DWatchFaceJankTest.java72 String watchFaceName = getArguments().getString("watchface_name"); in selectWatchFace()
/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/
DScenarioRunner.java36 this(klass, scenario, InstrumentationRegistry.getArguments()); in ScenarioRunner()
/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/
DDropCachesRuleTest.java79 protected Bundle getArguments() { in getArguments() method in DropCachesRuleTest.TestableDropCachesRule
DPressHomeRuleTest.java93 protected Bundle getArguments() { in getArguments() method in PressHomeRuleTest.TestablePressHomeRule
/platform_testing/tests/functional/devicehealthtests/src/com/android/devicehealth/tests/
DHealthCheckBase.java40 mIncludeKnownFailures = InstrumentationRegistry.getArguments().getBoolean( in setUp()
/platform_testing/libraries/aoa-helper/tests/src/com/android/helper/aoa/
DUsbHelperTest.java68 (PointerByReference) invocation.getArguments()[0]; in setUp()
77 (PointerByReference) invocation.getArguments()[1]; in setUp()

12