Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/anqp/
DConstants.java16 public static final int SHORT_MASK = 0xffff; field in Constants
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java168 stationCount = data.getShort() & Constants.SHORT_MASK; in from()
170 capacity = data.getShort() & Constants.SHORT_MASK; in from()
804 anqpDomainID = data.getShort() & Constants.SHORT_MASK; in parseVsaHs20()