Searched refs:annotationId (Results 1 – 1 of 1) sorted by relevance
564 final byte annotationId, final boolean value) { in addBooleanAnnotation() argument571 mPos += mBuffer.putByte(mPos, annotationId); in addBooleanAnnotation()584 public Builder addIntAnnotation(final byte annotationId, final int value) { in addIntAnnotation() argument590 mPos += mBuffer.putByte(mPos, annotationId); in addIntAnnotation()