OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setMatchAllOis
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/wifi/java/android/net/wifi/hotspot2/pps/
HomeSp.java
145
public void
setMatchAllOis
(long[] matchAllOis) {
357
homeSp.
setMatchAllOis
(in.createLongArray());
/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/omadm/
PpsMoParserTest.java
134
homeSp.
setMatchAllOis
(new long[] {0x11223344});
/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/pps/
HomeSpTest.java
62
homeSp.
setMatchAllOis
(new long[] {0x11L, 0x22L});
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
PasspointXmlUtilsTest.java
107
homeSp.
setMatchAllOis
(new long[] {0x11223344});
PasspointConfigStoreDataTest.java
129
homeSp.
setMatchAllOis
(new long[] {0x11223344});
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
PasspointXmlUtils.java
486
homeSp.
setMatchAllOis
((long[]) value);
[
all
...]
Completed in 189 milliseconds