Home
last modified time | relevance | path

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

123

/platform_testing/libraries/health/runners/longevity/platform/tests/src/android/platform/test/longevity/samples/testing/
DSampleExtraArgsSuite.java66 InstrumentationRegistry.getArguments()
98 InstrumentationRegistry.getArguments()
123 InstrumentationRegistry.getArguments().getString(IN_TEST_ARG, IN_TEST_DEFAULT)); in testArgOverride()
136 InstrumentationRegistry.getArguments().getString(ARG_TO_CHECK_OPTION); in testArgIsAbsent()
140 InstrumentationRegistry.getArguments().getString(argToCheck)); in testArgIsAbsent()
/platform_testing/libraries/health/options/src/android/platform/test/option/
DTestOption.java61 Bundle arguments = getArguments(); in apply()
137 Bundle getArguments() {
138 return InstrumentationRegistry.getArguments();
/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()
/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DDex2oatPressureRule.java71 mEnabled = Boolean.valueOf(getArguments().getString(ENABLE_OPTION, String.valueOf(false))); in starting()
76 if (!getArguments().containsKey(PACKAGES_OPTION)) { in starting()
85 Arrays.asList(getArguments().getString(PACKAGES_OPTION).split(",")); in starting()
99 getArguments().getString(COMPILATION_FILTER_OPTION, SPEED_FILTER); in starting()
DPressHomeRule.java33 boolean goHome = Boolean.parseBoolean(getArguments().getString(GO_HOME, "true")); in finished()
DTestWatcher.java109 protected Bundle getArguments() {
110 return InstrumentationRegistry.getArguments();
DKillAppsRule.java42 boolean killApp = Boolean.parseBoolean(getArguments().getString(KILL_APP, "true")); in starting()
DCompilationFilterRule.java61 String filter = getArguments().getString(COMPILE_FILTER_OPTION); in finished()
64 .parseInt(getArguments().getString(PROFILE_SAVE_TIMEOUT, "5000")); in finished()
DRemoveAppFromStackRule.java57 .parseBoolean(getArguments().getString(REMOVE_APP_FROM_AM_STACK, "true")); in starting()
DDropCachesRule.java80 boolean dropCache = Boolean.parseBoolean(getArguments().getString(KEY_DROP_CACHE, "true")); in starting()
/platform_testing/tests/automotive/health/multiuser/src/android/platform/scenario/multiuser/nonui/
DMultiUserConstants.java33 InstrumentationRegistry.getArguments().getString(INCLUDE_CREATION_TIME_KEY, "false"));
/platform_testing/libraries/health/runners/longevity/platform/tests/src/android/platform/test/longevity/
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/tests/automotive/health/mediacenter/src/android/platform/scenario/mediacenter/googleplaybooks/
DPlayBooks.java41 InstrumentationRegistry.getArguments() in testOpen()
/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/runners/longevity/platform/src/android/platform/test/longevity/
DProfileSuite.java51 InstrumentationRegistry.getContext(), InstrumentationRegistry.getArguments()); in ProfileSuite()
130 Bundle existingArguments = InstrumentationRegistry.getArguments().deepCopy(); in runChild()
131 Bundle modifiedArguments = InstrumentationRegistry.getArguments().deepCopy(); in runChild()
/platform_testing/tests/automotive/health/googleplay/src/android/platform/scenario/googleplay/
DInstallApp.java46 InstrumentationRegistry.getArguments().getString(APP_NAME_PARAM, DEFAULT_APP_NAME); in InstallApp()
DOpenAppOnPlayStore.java44 InstrumentationRegistry.getArguments() in OpenAppOnPlayStore()
/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
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.java73 String watchFaceName = getArguments().getString("watchface_name"); in selectWatchFace()
/platform_testing/tests/functional/devicehealthtests/src/com/android/devicehealth/tests/
DHealthCheckBase.java41 mIncludeKnownFailures = InstrumentationRegistry.getArguments().getBoolean( in setUp()

123