Home
last modified time | relevance | path

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

/tools/platform-compat/java/com/android/class2nonsdklist/
DCovariantReturnTypeHandler.java81 int closingBrace = typeSignature.indexOf(')'); in handleAnnotation() local
82 Preconditions.checkState(closingBrace != -1, in handleAnnotation()
85 .append(typeSignature.substring(0, closingBrace + 1)) in handleAnnotation()