Home
last modified time | relevance | path

Searched refs:shadows (Results 1 – 12 of 12) sorted by relevance

/cts/common/device-side/bedstead/harrier/common/src/main/java/com/android/bedstead/harrier/annotations/meta/
DParameterizedAnnotation.java54 Class<? extends Annotation>[] shadows() default {}; in shadows() method
/cts/common/device-side/bedstead/modules/enterprise/src/main/kotlin/com/android/bedstead/enterprise/annotations/parameterized/
DIncludeRunOnOrganizationOwnedProfileOwner.java35 @ParameterizedAnnotation(shadows = IncludeRunOnProfileOwnerProfileWithNoDeviceOwner.class, scope = …
DIncludeRunOnPrivateProfileAlongsideOrganizationOwnedProfile.java39 @ParameterizedAnnotation(shadows = IncludeRunOnPrivateProfileAlongsideManagedProfile.class, scope =…
DIncludeRunOnCloneProfileAlongsideOrganizationOwnedProfileUsingParentInstance.java39 @ParameterizedAnnotation(shadows = IncludeRunOnCloneProfileAlongsideManagedProfileUsingParentInstan…
DIncludeRunOnCloneProfileAlongsideOrganizationOwnedProfile.java39 @ParameterizedAnnotation(shadows = IncludeRunOnCloneProfileAlongsideManagedProfile.class, scope = E…
DIncludeRunOnParentOfProfileOwnerWithNoDeviceOwner.java38shadows = IncludeRunOnSecondaryUserInDifferentProfileGroupToProfileOwnerProfile.class, scope = ENT…
DIncludeRunOnPrivateProfileAlongsideOrganizationOwnedProfileUsingParentInstance.java39 @ParameterizedAnnotation(shadows = IncludeRunOnPrivateProfileAlongsideManagedProfileUsingParentInst…
DIncludeRunOnParentOfOrganizationOwnedProfileOwner.java36 @ParameterizedAnnotation(shadows = IncludeRunOnParentOfProfileOwnerWithNoDeviceOwner.class, scope =…
DIncludeRunOnParentOfOrganizationOwnedProfileOwnerUsingParentInstance.java36 @ParameterizedAnnotation(shadows = IncludeRunOnParentOfProfileOwnerUsingParentInstance.class, scope…
DIncludeRunOnAffiliatedDeviceOwnerSecondaryUser.java40 @ParameterizedAnnotation(shadows = IncludeRunOnUnaffiliatedDeviceOwnerSecondaryUser.class, scope = …
DIncludeRunOnAffiliatedProfileOwnerAdditionalUser.java40 @ParameterizedAnnotation(shadows = IncludeRunOnUnaffiliatedProfileOwnerAdditionalUser.class, scope …
/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/
DPolicy.java982 : parameterizedAnnotation.shadows()) {
1000 : parameterizedAnnotation.shadows()) {
1041 if (parameterizedAnnotation.shadows().length == 0) {
1050 for (Class<? extends Annotation> shadowedAnnotation : parameterizedAnnotation.shadows()) {