OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAXIMUM_OI_LENGTH
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/
RoamingConsortiumElement.java
32
public static final int
MAXIMUM_OI_LENGTH
= Long.BYTES;
55
if (length < MINIMUM_OI_LENGTH || length >
MAXIMUM_OI_LENGTH
) {
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/
RoamingConsortiumElementTest.java
167
buffer.put((byte) (RoamingConsortiumElement.
MAXIMUM_OI_LENGTH
+ 1));
Completed in 59 milliseconds