Searched defs:TAG_LENGTH (Results 1 – 1 of 1) sorted by relevance
82 private static final int TAG_LENGTH = 4; field in EventLog.Event175 System.arraycopy(mBuffer.array(), 0, newBytes, 0, headerLength + TAG_LENGTH); in withNewData() local