Searched refs:EnsureHasProfileAnnotation (Results 1 – 6 of 6) sorted by relevance
24 import com.android.bedstead.harrier.annotations.meta.EnsureHasProfileAnnotation;41 @EnsureHasProfileAnnotation("android.os.usertype.profile.PRIVATE")
25 import com.android.bedstead.harrier.annotations.meta.EnsureHasProfileAnnotation;43 @EnsureHasProfileAnnotation("android.os.usertype.profile.CLONE")
25 import com.android.bedstead.harrier.annotations.meta.EnsureHasProfileAnnotation;42 @EnsureHasProfileAnnotation("com.android.tv.profile")
27 import com.android.bedstead.harrier.annotations.meta.EnsureHasProfileAnnotation;67 @EnsureHasProfileAnnotation(value = "android.os.usertype.profile.MANAGED", hasProfileOwner = true)
33 public @interface EnsureHasProfileAnnotation { annotation
107 import com.android.bedstead.harrier.annotations.meta.EnsureHasProfileAnnotation;445 EnsureHasProfileAnnotation ensureHasProfileAnnotation =446 annotationType.getAnnotation(EnsureHasProfileAnnotation.class);