Searched refs:mCurrentAnnotationCount (Results 1 – 1 of 1) sorted by relevance
344 private byte mCurrentAnnotationCount; field in StatsEvent.Builder354 mCurrentAnnotationCount = 0; in Builder()585 } else if (mCurrentAnnotationCount >= MAX_ANNOTATION_COUNT) { in addBooleanAnnotation()591 mCurrentAnnotationCount++; in addBooleanAnnotation()605 } else if (mCurrentAnnotationCount >= MAX_ANNOTATION_COUNT) { in addIntAnnotation()611 mCurrentAnnotationCount++; in addIntAnnotation()679 mCurrentAnnotationCount = 0; in writeTypeId()686 final byte encodedId = (byte) ((mCurrentAnnotationCount << 4) | (mLastType & 0x0F)); in writeAnnotationCount()