Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/
DBedsteadJUnit4.java88 : parameterizedAnnotation.annotationType(); in BedsteadFrameworkMethod()
104 mAnnotationsMap.put(annotation.annotationType(), annotation); in calculateAnnotations()
137 public <T extends Annotation> T getAnnotation(Class<T> annotationType) { in getAnnotation() argument
138 return (T) mAnnotationsMap.get(annotationType); in getAnnotation()
164 if (annotation.annotationType().getAnnotation(RepeatingAnnotation.class) != null) { in getReplacementAnnotations()
167 (Annotation[]) annotation.annotationType() in getReplacementAnnotations()
176 if (annotation.annotationType().getAnnotation(ParameterizedAnnotation.class) != null in getReplacementAnnotations()
177 && !annotation.annotationType().equals(parameterizedAnnotation)) { in getReplacementAnnotations()
181 for (Annotation indirectAnnotation : annotation.annotationType().getAnnotations()) { in getReplacementAnnotations()
182 String annotationPackage = indirectAnnotation.annotationType().getPackage().getName(); in getReplacementAnnotations()
[all …]
DDeviceState.java212 Class<? extends Annotation> annotationType = annotation.annotationType();
215 annotationType.getAnnotation(EnsureHasNoProfileAnnotation.class);
217 UserType userType = (UserType) annotation.annotationType()
224 annotationType.getAnnotation(EnsureHasProfileAnnotation.class);
226 UserType forUser = (UserType) annotation.annotationType()
229 annotation.annotationType()
235 annotation.annotationType()
247 annotationType.getAnnotation(EnsureHasNoUserAnnotation.class);
254 annotationType.getAnnotation(EnsureHasUserAnnotation.class);
264 annotationType.getAnnotation(RequireRunOnUserAnnotation.class);
[all …]
/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"