OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BYTES_IN_SHORT
(Results
1 - 5
of
5
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
CapabilityListElement.java
18
mCapabilities = new Constants.ANQPElementType[payload.remaining() / Constants.
BYTES_IN_SHORT
];
NAIRealmElement.java
15
import static com.android.server.wifi.anqp.Constants.
BYTES_IN_SHORT
;
33
if (payload.remaining() <
BYTES_IN_SHORT
) {
ANQPFactory.java
63
target.putShort(lenPos, (short) (target.position() - lenPos - Constants.
BYTES_IN_SHORT
));
85
(short) (target.position() - vsLenPos - Constants.
BYTES_IN_SHORT
));
109
target.putShort(lenPos, (short) (target.position() - lenPos - Constants.
BYTES_IN_SHORT
));
126
target.putShort(lenPos, (short) (target.position() - lenPos - Constants.
BYTES_IN_SHORT
));
Constants.java
19
public static final int
BYTES_IN_SHORT
= 2;
TestDriver.java
146
request.putShort(pos0, (short)( request.limit() - pos0 - Constants.
BYTES_IN_SHORT
));
Completed in 66 milliseconds