OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setMatchAnyOis
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/wifi/java/android/net/wifi/hotspot2/pps/
HomeSp.java
172
public void
setMatchAnyOis
(long[] matchAnyOis) {
358
homeSp.
setMatchAnyOis
(in.createLongArray());
/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/omadm/
PpsMoParserTest.java
135
homeSp.
setMatchAnyOis
(new long[] {0x55667788});
/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/pps/
HomeSpTest.java
63
homeSp.
setMatchAnyOis
(new long[] {0x33L, 0x44L});
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
PasspointXmlUtilsTest.java
108
homeSp.
setMatchAnyOis
(new long[] {0x55667788});
PasspointConfigStoreDataTest.java
130
homeSp.
setMatchAnyOis
(new long[] {0x55667788});
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
PasspointXmlUtils.java
489
homeSp.
setMatchAnyOis
((long[]) value);
[
all
...]
Completed in 167 milliseconds