Home
last modified time | relevance | path

Searched defs:annotation (Results 1 – 4 of 4) sorted by relevance

/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/
DBedsteadJUnit4.java78 private static int getAnnotationWeight(Annotation annotation) { in getAnnotationWeight()
137 mAnnotationsMap.put(annotation.annotationType(), annotation); in calculateAnnotations() local
175 private static String getParameterName(Annotation annotation) { in getParameterName()
191 Annotation annotation = annotations.get(index); in resolveRecursiveAnnotations() local
201 private static boolean isParameterizedAnnotation(Annotation annotation) { in isParameterizedAnnotation()
209 private static Annotation[] getIndirectAnnotations(Annotation annotation) { in getIndirectAnnotations()
216 private static boolean isRepeatingAnnotation(Annotation annotation) { in isRepeatingAnnotation()
224 private static List<Annotation> getReplacementAnnotations(Annotation annotation, in getReplacementAnnotations()
261 private static boolean shouldSkipAnnotation(Annotation annotation) { in shouldSkipAnnotation()
286 private boolean annotationShouldBeSkipped(Annotation annotation) { in annotationShouldBeSkipped()
[all …]
DPolicy.java223 Annotation annotation) { in singleAnnotation()
228 Annotation annotation, boolean isPrimary) { in generateDelegateAnnotation()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAdminFeaturesCheckerRule.java137 RequiresAdditionalFeatures annotation) { in apply()
146 ITestDevice testDevice, RequiresProfileOwnerSupport annotation) in apply()
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DTestHelper.java72 final Test annotation = method.getAnnotation(Test.class); in getTestMethod() local