Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/
DStatsEvent.java564 final byte annotationId, final boolean value) { in addBooleanAnnotation() argument
571 mPos += mBuffer.putByte(mPos, annotationId); in addBooleanAnnotation()
584 public Builder addIntAnnotation(final byte annotationId, final int value) { in addIntAnnotation() argument
590 mPos += mBuffer.putByte(mPos, annotationId); in addIntAnnotation()