Searched refs:MAX_ANNOTATION_COUNT (Results 1 – 2 of 2) sorted by relevance
205 public static final int MAX_ANNOTATION_COUNT = 15; field in StatsEvent585 } else if (mCurrentAnnotationCount >= MAX_ANNOTATION_COUNT) { in addBooleanAnnotation()605 } else if (mCurrentAnnotationCount >= MAX_ANNOTATION_COUNT) { in addIntAnnotation()
36 #define MAX_ANNOTATION_COUNT 15 macro273 if (newAnnotationCount > MAX_ANNOTATION_COUNT) { in increment_annotation_count()