Searched refs:HEADER_BYTES (Results 1 – 2 of 2) sorted by relevance
33 private static final byte[] HEADER_BYTES = new byte[] { field in FragmentHeaderTest55 final ByteBuffer buf = ByteBuffer.wrap(HEADER_BYTES); in testParseFragmentHeader()74 assertArrayEquals("bytes = " + Arrays.toString(bytes), HEADER_BYTES, bytes); in testWriteToBytes()
227 private static final int HEADER_BYTES = 2; field in EapSimAkaAttribute.EapSimAkaUnsupportedAttribute238 int remainingBytes = lengthInBytes - HEADER_BYTES; in EapSimAkaUnsupportedAttribute()