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

/libcore/ojluni/src/main/java/java/lang/reflect/
H A DField.java178 String[] annotation = getSignatureAnnotation();
189 private native String[] getSignatureAnnotation(); method in class:Field
H A DExecutable.java684 return getSignatureAnnotation() != null;
705 String[] annotation = getSignatureAnnotation();
716 private native String[] getSignatureAnnotation(); method in class:Executable
/libcore/ojluni/src/main/java/java/lang/
H A DClass.java2610 String[] annotation = getSignatureAnnotation();
2622 private native String[] getSignatureAnnotation(); method in class:Class

Completed in 51 milliseconds