OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:infoElement
(Results
1 - 4
of
4
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/wificond/
NativeScanResult.java
34
public byte[]
infoElement
;
48
infoElement
= source.
infoElement
.clone();
67
out.writeByteArray(
infoElement
);
89
result.
infoElement
= in.createByteArray();
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/wificond/
NativeScanResultTest.java
58
scanResult.
infoElement
= TEST_INFO_ELEMENT;
72
assertArrayEquals(scanResult.
infoElement
, scanResultDeserialized.
infoElement
);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WificondControl.java
343
InformationElementUtil.parseInformationElements(result.
infoElement
);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WificondControlTest.java
89
infoElement
= TEST_INFO_ELEMENT;
Completed in 374 milliseconds