OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MINIMUM_OI_LENGTH
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/
RoamingConsortiumElement.java
29
public static final int
MINIMUM_OI_LENGTH
= Byte.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
153
buffer.put((byte) (RoamingConsortiumElement.
MINIMUM_OI_LENGTH
- 1));
Completed in 364 milliseconds