HomeSort by relevance Sort by last modified time
    Searched refs:NIBBLE_MASK (Results 1 - 6 of 6) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
Utils.java 14 import static com.android.server.wifi.hotspot2.anqp.Constants.NIBBLE_MASK;
181 (byte) (((fromHex(text.charAt(n), false) & NIBBLE_MASK) << 4) |
182 (fromHex(text.charAt(n + 1), false) & NIBBLE_MASK));
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/
Constants.java 18 public static final int NIBBLE_MASK = 0x0f;
  /prebuilts/misc/common/robolectric/3.1.1/lib/
ant-launcher-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant-launcher/1.8.0/
ant-launcher-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant-launcher/1.8.2/
ant-launcher-1.8.2.jar 
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
InformationElementUtil.java 278 int oi1Length = oi12Length & Constants.NIBBLE_MASK;
279 int oi2Length = (oi12Length >>> 4) & Constants.NIBBLE_MASK;
317 switch ((hsConf >> 4) & Constants.NIBBLE_MASK) {
    [all...]

Completed in 81 milliseconds