Home
last modified time | relevance | path

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

/tools/platform-compat/java/com/android/annotationvisitor/
DAnnotatedClassContext.java43 private String buildReportString(String message, Object... args) { in buildReportString() method in AnnotatedClassContext
53 status.error(buildReportString(message, args)); in reportError()
58 status.warning(buildReportString(message, args)); in reportWarning()
DAnnotatedMemberContext.java48 private String buildReportString(String message, Object... args) { in buildReportString() method in AnnotatedMemberContext
59 status.error(buildReportString(message, args)); in reportError()
64 status.warning(buildReportString(message, args)); in reportWarning()