Home
last modified time | relevance | path

Searched refs:annotationType (Results 1 – 6 of 6) sorted by relevance

/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/
DBedsteadJUnit4.java84 if (!annotation.annotationType().getPackage().getName().startsWith(BEDSTEAD_PACKAGE_NAME)) { in getAnnotationWeight()
89 return (int) annotation.annotationType().getMethod("weight").invoke(annotation); in getAnnotationWeight()
137 mAnnotationsMap.put(annotation.annotationType(), annotation); in calculateAnnotations()
170 public <T extends Annotation> T getAnnotation(Class<T> annotationType) { in getAnnotation() argument
171 return (T) mAnnotationsMap.get(annotationType); in getAnnotation()
179 return annotation.annotationType().getSimpleName(); in getParameterName()
206 return annotation.annotationType().getAnnotation(ParameterizedAnnotation.class) != null; in isParameterizedAnnotation()
213 return annotation.annotationType().getAnnotations(); in getIndirectAnnotations()
221 return annotation.annotationType().getAnnotation(RepeatingAnnotation.class) != null; in isRepeatingAnnotation()
231 (Annotation[]) annotation.annotationType() in getReplacementAnnotations()
[all …]
DDeviceState.java250 Class<? extends Annotation> annotationType = annotation.annotationType();
253 annotationType.getAnnotation(EnsureHasNoProfileAnnotation.class);
255 UserType userType = (UserType) annotation.annotationType()
262 annotationType.getAnnotation(EnsureHasProfileAnnotation.class);
264 UserType forUser = (UserType) annotation.annotationType()
267 annotation.annotationType()
273 annotation.annotationType()
278 annotation.annotationType()
289 annotationType.getAnnotation(EnsureHasNoUserAnnotation.class);
296 annotationType.getAnnotation(EnsureHasUserAnnotation.class);
[all …]
DDynamicParameterizedAnnotation.java47 public Class<? extends Annotation> annotationType() { in annotationType() method in DynamicParameterizedAnnotation
DPolicy.java230 Annotation[] existingAnnotations = annotation.annotationType().getAnnotations(); in generateDelegateAnnotation()
240 annotation.annotationType().getSimpleName() + "Delegate:" + scope, in generateDelegateAnnotation()
457 ? "DynamicParameterizedAnnotation" : a.annotationType().getName()));
/cts/tests/jdwp/runner/device-side/src/com/android/compatibility/dalvik/
DDalvikTestRunner.java258 if (a.annotationType().getName().equals(JUNIT_IGNORE)) { in isTestClass()
/cts/tools/release-parser/tests/resources/
DCtsJniTestCases.apk.pb.txt199 name: "annotationType"