Searched defs:annotation (Results 1 – 9 of 9) sorted by relevance
245 private static int getAnnotationWeight(Annotation annotation) { in getAnnotationWeight()265 static String getParameterName(Annotation annotation) { in getParameterName()292 Annotation annotation = annotations.get(index); in resolveRecursiveAnnotations() local302 private static boolean isParameterizedAnnotation(Annotation annotation) { in isParameterizedAnnotation()310 private static Annotation[] getIndirectAnnotations(Annotation annotation) { in getIndirectAnnotations()317 private static boolean isRepeatingAnnotation(Annotation annotation) { in isRepeatingAnnotation()369 Annotation annotation, in getReplacementAnnotations()416 private static boolean shouldSkipAnnotation(Annotation annotation) { in shouldSkipAnnotation()441 private boolean annotationShouldBeSkipped(Annotation annotation) { in annotationShouldBeSkipped()723 Annotation annotation = annotations.get(index); in parseEnterpriseAnnotations() local[all …]
215 …, Boolean, Set<Annotation>> devicePolicyManagerRoleHolderIfCanSet(Annotation annotation, UserType … in devicePolicyManagerRoleHolderIfCanSet()
109 mAnnotationsMap.put(annotation.annotationType(), annotation); in calculateAnnotations() local
33 void applyAnnotation(Annotation annotation); in applyAnnotation()
142 RequiresAdditionalFeatures annotation) { in apply()151 ITestDevice testDevice, RequiresProfileOwnerSupport annotation) in apply()
32 public void applyAnnotation(Annotation annotation) { in applyAnnotation()
112 private static boolean isNonMtsTestDisabledOnThisSdk(Annotation annotation) { in isNonMtsTestDisabledOnThisSdk()
72 final Test annotation = method.getAnnotation(Test.class); in getTestMethod() local
639 @Nullable Annotation annotation) { in createTestCharSequence()