Home
last modified time | relevance | path

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

/packages/services/Car/libs/car-test-lib/src/android/car/test/util/
DAnnotationHelper.java59 List<String> errorsExtraAnnotation = new ArrayList<>(); in checkForAnnotation() local
77 errorsExtraAnnotation.add(className + " FIELD: " + field.getName()); in checkForAnnotation()
105 errorsExtraAnnotation.add(className + " METHOD: " + method.getName()); in checkForAnnotation()
137 if (!errorsExtraAnnotation.isEmpty()) { in checkForAnnotation()
141 errorFlatten.append(String.join("\n", errorsExtraAnnotation)); in checkForAnnotation()
145 errorsExtraAnnotation.size() + errorsNoAnnotation.size() in checkForAnnotation()