Home
last modified time | relevance | path

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

/frameworks/base/packages/Osu/src/com/android/hotspot2/asn1/
DAsn1Decoder.java44 public static final int ByteWidth = 8; field in Asn1Decoder
203 length = (length << ByteWidth) | (data.get() & ByteMask); in decodeLength()