Searched refs:annotationMsg (Results 1 – 1 of 1) sorted by relevance
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/ |
D | AnnotatedBytes.java | 223 private String formatAnnotation(int offset, String annotationMsg) { in formatAnnotation() argument 225 return formatAnnotation(offset, endOffset, annotationMsg); in formatAnnotation() 228 private String formatAnnotation(int offset, Integer endOffset, String annotationMsg) { in formatAnnotation() argument 230 return String.format("[0x%x, 0x%x) \"%s\"", offset, endOffset, annotationMsg); in formatAnnotation() 232 return String.format("[0x%x, ) \"%s\"", offset, annotationMsg); in formatAnnotation()
|