Home
last modified time | relevance | path

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

/tools/platform-compat/java/com/android/class2nonsdklist/
DCovariantReturnTypeHandler.java80 String typeSignature = context.member.getSignature(); in handleAnnotation() local
81 int closingBrace = typeSignature.indexOf(')'); in handleAnnotation()
83 "No ) found in method type signature %s", typeSignature); in handleAnnotation()
84 typeSignature = new StringBuilder() in handleAnnotation()
85 .append(typeSignature.substring(0, closingBrace + 1)) in handleAnnotation()
89 context.getClassDescriptor(), context.member.getName(), typeSignature); in handleAnnotation()