Home
last modified time | relevance | path

Searched refs:getAnnotation (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/
DTestDelegates.java92 if (originalMethod.getAnnotation(LayoutlibDelegate.class) == null) { in compare()
130 delegateMethod.getAnnotation(LayoutlibDelegate.class)); in compare()
157 if (delegateMethod.getAnnotation(LayoutlibDelegate.class) == null) { in compare()
/frameworks/base/test-runner/src/android/test/suitebuilder/
DTestMethod.java58 public <T extends Annotation> T getAnnotation(Class<T> annotationClass) { in getAnnotation() method in TestMethod
60 return getEnclosingClass().getMethod(getName()).getAnnotation(annotationClass); in getAnnotation()
/frameworks/base/test-runner/src/android/test/suitebuilder/annotation/
DHasMethodAnnotation.java39 return testMethod.getAnnotation(annotationClass) != null; in apply()
DHasClassAnnotation.java39 return testMethod.getEnclosingClass().getAnnotation(annotationClass) != null; in apply()
/frameworks/base/core/java/android/test/
DInstrumentationTestCase.java175 runCount = method.getAnnotation(FlakyTest.class).tolerance(); in runTest()
177 runCount = method.getAnnotation(RepetitiveTest.class).numIterations(); in runTest()
/frameworks/base/test-runner/src/android/test/
DInstrumentationTestRunner.java764 int numIterations = testMethod.getAnnotation( in startTest()
793 mIncludeDetailedStats = testMethod.getAnnotation( in startTest()
797 mIncludeDetailedStats = test.getClass().getAnnotation( in startTest()
/frameworks/base/core/java/android/view/
DViewDebug.java1394 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()
/frameworks/base/core/java/android/os/
DDebug.java1270 if (!partial || field.getAnnotation(DebugProperty.class) != null) { in setFieldsOn()
/frameworks/base/api/
Dcurrent.txt19791 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>);
D14.txt19791 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>);