Home
last modified time | relevance | path

Searched refs:getUint32 (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/net/java/android/net/apf/
DApfFilter.java23 import static com.android.internal.util.BitUtils.getUint32;
553 long valid = getUint32(mPacket, offset + 4); in prefixOptionToString()
554 long preferred = getUint32(mPacket, offset + 8); in prefixOptionToString()
561 long lifetime = getUint32(mPacket, offset + 4); in rdnssOptionToString()
664 lifetime = getUint32(mPacket, in Ra()
671 lifetime = getUint32(mPacket, in Ra()
681 lifetime = getUint32(mPacket, position + ICMP6_4_BYTE_LIFETIME_OFFSET); in Ra()
686 lifetime = getUint32(mPacket, position + ICMP6_4_BYTE_LIFETIME_OFFSET); in Ra()
691 lifetime = getUint32(mPacket, position + ICMP6_4_BYTE_LIFETIME_OFFSET); in Ra()
749 optionLifetime = getUint32(byteBuffer, offset); in minLifetime()
/frameworks/base/tests/net/java/com/android/internal/util/
DBitUtilsTest.java116 assertEquals(0xffffffffL, getUint32(b, 0)); in testUnsignedGetters()
/frameworks/base/core/java/com/android/internal/util/
DBitUtils.java122 public static long getUint32(ByteBuffer buffer, int position) { in getUint32() method in BitUtils
/frameworks/base/config/
Dboot-image-profile.txt10160 HPLcom/android/internal/util/BitUtils;->getUint32(Ljava/nio/ByteBuffer;I)J