/platform_testing/libraries/health/runners/longevity/platform/tests/src/android/platform/test/longevity/samples/testing/ |
D | SampleExtraArgsSuite.java | 66 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/ |
D | TestOption.java | 61 Bundle arguments = getArguments(); in apply() 137 Bundle getArguments() { 138 return InstrumentationRegistry.getArguments();
|
/platform_testing/libraries/health/composers/host/tests/src/android/host/test/composer/ |
D | ShuffleTestBase.java | 43 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
|
D | ShuffleTest.java | 35 protected Map<String, String> getArguments(boolean shuffle, long seed) { in getArguments() method in ShuffleTest
|
/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/ |
D | HelperTest.java | 73 !"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/ |
D | Dex2oatPressureRule.java | 71 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()
|
D | PressHomeRule.java | 33 boolean goHome = Boolean.parseBoolean(getArguments().getString(GO_HOME, "true")); in finished()
|
D | TestWatcher.java | 109 protected Bundle getArguments() { 110 return InstrumentationRegistry.getArguments();
|
D | KillAppsRule.java | 42 boolean killApp = Boolean.parseBoolean(getArguments().getString(KILL_APP, "true")); in starting()
|
D | CompilationFilterRule.java | 61 String filter = getArguments().getString(COMPILE_FILTER_OPTION); in finished() 64 .parseInt(getArguments().getString(PROFILE_SAVE_TIMEOUT, "5000")); in finished()
|
D | RemoveAppFromStackRule.java | 57 .parseBoolean(getArguments().getString(REMOVE_APP_FROM_AM_STACK, "true")); in starting()
|
D | DropCachesRule.java | 80 boolean dropCache = Boolean.parseBoolean(getArguments().getString(KEY_DROP_CACHE, "true")); in starting()
|
/platform_testing/tests/automotive/health/multiuser/src/android/platform/scenario/multiuser/nonui/ |
D | MultiUserConstants.java | 33 InstrumentationRegistry.getArguments().getString(INCLUDE_CREATION_TIME_KEY, "false"));
|
/platform_testing/libraries/health/runners/longevity/platform/tests/src/android/platform/test/longevity/ |
D | ProfileTest.java | 124 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/ |
D | PlayBooks.java | 41 InstrumentationRegistry.getArguments() in testOpen()
|
/platform_testing/libraries/health/composers/platform/tests/src/android/platform/test/composer/ |
D | ShuffleTest.java | 36 protected Bundle getArguments(boolean shuffle, long seed) { in getArguments() method in ShuffleTest
|
/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/ |
D | ProfileSuite.java | 51 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/ |
D | InstallApp.java | 46 InstrumentationRegistry.getArguments().getString(APP_NAME_PARAM, DEFAULT_APP_NAME); in InstallApp()
|
D | OpenAppOnPlayStore.java | 44 InstrumentationRegistry.getArguments() in OpenAppOnPlayStore()
|
/platform_testing/libraries/health/options/tests/src/android/platform/test/options/ |
D | StringOptionTest.java | 39 Bundle getArguments() { in getArguments() method in StringOptionTest.TestableStringOption
|
D | BooleanOptionTest.java | 39 Bundle getArguments() { in getArguments() method in BooleanOptionTest.TestableBooleanOption
|
D | LongOptionTest.java | 43 Bundle getArguments() { in getArguments() method in LongOptionTest.TestableLongOption
|
/platform_testing/libraries/health/utils/src/android/platform/test/util/ |
D | HealthRunnerBuilder.java | 45 this(InstrumentationRegistry.getArguments()); in HealthRunnerBuilder()
|
/platform_testing/tests/jank/sysapp_wear/src/com/android/wearable/sysapp/janktests/ |
D | WatchFaceJankTest.java | 73 String watchFaceName = getArguments().getString("watchface_name"); in selectWatchFace()
|
/platform_testing/tests/functional/devicehealthtests/src/com/android/devicehealth/tests/ |
D | HealthCheckBase.java | 41 mIncludeKnownFailures = InstrumentationRegistry.getArguments().getBoolean( in setUp()
|