Home
last modified time | relevance | path

Searched refs:PACKAGES_OPTION (Results 1 – 4 of 4) 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 …]
DQuickstepPressureRuleTest.java79 PackageOption.putString(QuickstepPressureRule.PACKAGES_OPTION, "option.package.name"); in testOneAppToOpenFromOption()
/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DQuickstepPressureRule.java32 @VisibleForTesting static final String PACKAGES_OPTION = "quickstep-packages"; field in QuickstepPressureRule
42 String packageOption = getArguments().getString(PACKAGES_OPTION); in starting()
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()