Searched refs:MAX_ANNOTATION_COUNT (Results 1 – 2 of 2) sorted by relevance
214 public static final int MAX_ANNOTATION_COUNT = 15; field in StatsEvent720 } else if (mCurrentAnnotationCount >= MAX_ANNOTATION_COUNT) { in addBooleanAnnotation()740 } else if (mCurrentAnnotationCount >= MAX_ANNOTATION_COUNT) { in addIntAnnotation()
38 #define MAX_ANNOTATION_COUNT 15 macro335 if (newAnnotationCount > MAX_ANNOTATION_COUNT) { in increment_annotation_count()