Searched refs:getUint16 (Results 1 – 2 of 2) sorted by relevance
21 import static com.android.internal.util.BitUtils.getUint16;121 assertEquals(0x0, getUint16(b, 0)); in testUnsignedGetters()122 assertEquals(0xffff, getUint16(b, 2)); in testUnsignedGetters()
118 public static int getUint16(ByteBuffer buffer, int position) { in getUint16() method in BitUtils