Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/params/multiuser/
DRunOnSecondaryUserParameterHandler.java34 private static final String REQUIRE_RUN_ON_SECONDARY_USER_NAME = field in RunOnSecondaryUserParameterHandler
62 filterTest.addIncludeAnnotation(REQUIRE_RUN_ON_SECONDARY_USER_NAME); in applySetup()
65 excludeAnnotations.remove(REQUIRE_RUN_ON_SECONDARY_USER_NAME); in applySetup()
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/params/multiuser/
DRunOnSecondaryUserParameterHandlerTest.java41 private static final String REQUIRE_RUN_ON_SECONDARY_USER_NAME = field in RunOnSecondaryUserParameterHandlerTest
68 REQUIRE_RUN_ON_SECONDARY_USER_NAME, test.getIncludeAnnotations().iterator().next()); in applySetup_replacesIncludeAnnotationsWithRequireRunOnSecondaryUser()
75 Set.of(EXISTING_ANNOTATION_FILTER, REQUIRE_RUN_ON_SECONDARY_USER_NAME)); in applySetup_removesRequireRunOnSecondaryUserFromExcludeFilters()