Searched refs:getUint32 (Results 1 – 2 of 2) sorted by relevance
22 import static com.android.internal.util.BitUtils.getUint32;131 assertEquals(0xffffffffL, getUint32(b, 0)); in testUnsignedGetters()
122 public static long getUint32(ByteBuffer buffer, int position) { in getUint32() method in BitUtils