Searched refs:mCurrentAnnotationCount (Results 1 – 1 of 1) sorted by relevance
330 private byte mCurrentAnnotationCount; field in StatsEvent.Builder340 mCurrentAnnotationCount = 0; in Builder()568 } else if (mCurrentAnnotationCount >= MAX_ANNOTATION_COUNT) { in addBooleanAnnotation()574 mCurrentAnnotationCount++; in addBooleanAnnotation()587 } else if (mCurrentAnnotationCount >= MAX_ANNOTATION_COUNT) { in addIntAnnotation()593 mCurrentAnnotationCount++; in addIntAnnotation()658 mCurrentAnnotationCount = 0; in writeTypeId()665 final byte encodedId = (byte) ((mCurrentAnnotationCount << 4) | (mLastType & 0x0F)); in writeAnnotationCount()