Searched refs:shadows (Results 1 – 12 of 12) sorted by relevance
54 Class<? extends Annotation>[] shadows() default {}; in shadows() method
35 @ParameterizedAnnotation(shadows = IncludeRunOnProfileOwnerProfileWithNoDeviceOwner.class, scope = …
39 @ParameterizedAnnotation(shadows = IncludeRunOnPrivateProfileAlongsideManagedProfile.class, scope =…
39 @ParameterizedAnnotation(shadows = IncludeRunOnCloneProfileAlongsideManagedProfileUsingParentInstan…
39 @ParameterizedAnnotation(shadows = IncludeRunOnCloneProfileAlongsideManagedProfile.class, scope = E…
38 …shadows = IncludeRunOnSecondaryUserInDifferentProfileGroupToProfileOwnerProfile.class, scope = ENT…
39 @ParameterizedAnnotation(shadows = IncludeRunOnPrivateProfileAlongsideManagedProfileUsingParentInst…
36 @ParameterizedAnnotation(shadows = IncludeRunOnParentOfProfileOwnerWithNoDeviceOwner.class, scope =…
36 @ParameterizedAnnotation(shadows = IncludeRunOnParentOfProfileOwnerUsingParentInstance.class, scope…
40 @ParameterizedAnnotation(shadows = IncludeRunOnUnaffiliatedDeviceOwnerSecondaryUser.class, scope = …
40 @ParameterizedAnnotation(shadows = IncludeRunOnUnaffiliatedProfileOwnerAdditionalUser.class, scope …
982 : parameterizedAnnotation.shadows()) {1000 : parameterizedAnnotation.shadows()) {1041 if (parameterizedAnnotation.shadows().length == 0) {1050 for (Class<? extends Annotation> shadowedAnnotation : parameterizedAnnotation.shadows()) {