Searched refs:getAnnotation (Results 1 – 10 of 10) sorted by relevance
92 if (originalMethod.getAnnotation(LayoutlibDelegate.class) == null) { in compare()130 delegateMethod.getAnnotation(LayoutlibDelegate.class)); in compare()157 if (delegateMethod.getAnnotation(LayoutlibDelegate.class) == null) { in compare()
58 public <T extends Annotation> T getAnnotation(Class<T> annotationClass) { in getAnnotation() method in TestMethod60 return getEnclosingClass().getMethod(getName()).getAnnotation(annotationClass); in getAnnotation()
39 return testMethod.getAnnotation(annotationClass) != null; in apply()
39 return testMethod.getEnclosingClass().getAnnotation(annotationClass) != null; in apply()
175 runCount = method.getAnnotation(FlakyTest.class).tolerance(); in runTest()177 runCount = method.getAnnotation(RepetitiveTest.class).numIterations(); in runTest()
764 int numIterations = testMethod.getAnnotation( in startTest()793 mIncludeDetailedStats = testMethod.getAnnotation( in startTest()797 mIncludeDetailedStats = test.getClass().getAnnotation( in startTest()
1394 sAnnotations.put(field, field.getAnnotation(ExportedProperty.class)); in getExportedPropertyFields()1430 sAnnotations.put(method, method.getAnnotation(ExportedProperty.class)); in getExportedPropertyMethods()1822 CapturedViewProperty property = method.getAnnotation(CapturedViewProperty.class); in capturedViewExportMethods()
1270 if (!partial || field.getAnnotation(DebugProperty.class) != null) { in setFieldsOn()
19791 method public T getAnnotation(java.lang.Class<T>);29376 method public A getAnnotation(java.lang.Class<A>);29902 method public A getAnnotation(java.lang.Class<A>);30603 method public T getAnnotation(java.lang.Class<T>);30613 method public abstract T getAnnotation(java.lang.Class<T>);30644 method public A getAnnotation(java.lang.Class<A>);30662 method public A getAnnotation(java.lang.Class<A>);30727 method public A getAnnotation(java.lang.Class<A>);