Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/framework/java/android/util/
H A DStatsEvent.java344 private byte mCurrentAnnotationCount; field in StatsEvent.Builder
354 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()