Searched refs:INT_SIZE (Results 1 – 1 of 1) sorted by relevance
105 public static final int INT_SIZE = 4; field in HapUtils356 for (int i = 0; i < INT_SIZE; i++) { in setUInt32ToByteArrayWithLittleEngian()443 encodeSize += INT_SIZE + INT_SIZE; in encodeListOfPairsToByteArray()445 encodeSize += INT_SIZE + INT_SIZE + INT_SIZE + pair.getSecond().length; in encodeListOfPairsToByteArray()453 encodeBytes.putInt(INT_SIZE + INT_SIZE + second.length); in encodeListOfPairsToByteArray()