Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/
DConstants.java20 public static final int SHORT_MASK = 0xffff; field in Constants
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java147 stationCount = data.getShort() & Constants.SHORT_MASK; in from()
149 capacity = data.getShort() & Constants.SHORT_MASK; in from()
333 anqpDomainID = data.getShort() & Constants.SHORT_MASK; in from()