Searched refs:getSignatureAnnotation (Results 1 - 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/reflect/
H A DField.java187 String[] annotation = getSignatureAnnotation();
198 private native String[] getSignatureAnnotation(); method in class:Field
H A DExecutable.java692 return getSignatureAnnotation() != null;
713 String[] annotation = getSignatureAnnotation();
724 private native String[] getSignatureAnnotation(); method in class:Executable
/libcore/ojluni/src/main/java/java/lang/
H A DClass.java2619 String[] annotation = getSignatureAnnotation();
2631 private native String[] getSignatureAnnotation(); method in class:Class

Completed in 57 milliseconds