Home
last modified time | relevance | path

Searched refs:PACKAGES_OPTION (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/
DDex2oatPressureRuleTest.java99 stubInstrumentationArgs(Dex2oatPressureRule.PACKAGES_OPTION, packageName, in testInvokesCompilation()
111 stubInstrumentationArgs(Dex2oatPressureRule.PACKAGES_OPTION, String.join(",", packages), in testInvokesCompilationCyclically()
129 stubInstrumentationArgs(Dex2oatPressureRule.PACKAGES_OPTION, String.join(",", packages), in testSchedulesCompilationUntilTestEnds()
155 stubInstrumentationArgs(Dex2oatPressureRule.PACKAGES_OPTION, String.join(",", packages), in testNoAdditionalCompilationIsTriggeredAfterTestFinishes()
188 stubInstrumentationArgs(Dex2oatPressureRule.PACKAGES_OPTION, String.join(",", packages), in testFailedCompilationDoesNotBlockOtherCompilations()
201 stubInstrumentationArgs(Dex2oatPressureRule.PACKAGES_OPTION, packageName, in testWaitsUntilDex2oatIsRunningBeforeTest()
223 stubInstrumentationArgs(Dex2oatPressureRule.PACKAGES_OPTION, packageName, in testCancelsAndThrowsIfDex2oatIsNotRunningAfterTimeout()
240 Dex2oatPressureRule.PACKAGES_OPTION, in testValidCompilationFilters()
257 Dex2oatPressureRule.PACKAGES_OPTION, in testInvalidCompilationFilterThrows()
274 stubInstrumentationArgs(Dex2oatPressureRule.PACKAGES_OPTION, String.join(",", packages), in testInvalidPackageThrows()
[all …]
/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DDex2oatPressureRule.java46 public static final String PACKAGES_OPTION = "dex2oat-stressor-pkgs"; field in Dex2oatPressureRule
76 if (!getArguments().containsKey(PACKAGES_OPTION)) { in starting()
82 PACKAGES_OPTION)); in starting()
85 Arrays.asList(getArguments().getString(PACKAGES_OPTION).split(",")); in starting()