Searched refs:NIBBLE_MASK (Results 1 – 3 of 3) sorted by relevance
4 import static com.android.server.wifi.hotspot2.anqp.Constants.NIBBLE_MASK;224 (byte) (((fromHex(text.charAt(n), false) & NIBBLE_MASK) << 4) | in hexToBytes()225 (fromHex(text.charAt(n + 1), false) & NIBBLE_MASK)); in hexToBytes()
18 public static final int NIBBLE_MASK = 0x0f; field in Constants
278 int oi1Length = oi12Length & Constants.NIBBLE_MASK; in from()279 int oi2Length = (oi12Length >>> 4) & Constants.NIBBLE_MASK; in from()317 switch ((hsConf >> 4) & Constants.NIBBLE_MASK) { in from()