Home
last modified time | relevance | path

Searched refs:setMatchAllOis (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/hotspot2/pps/
DHomeSp.java145 public void setMatchAllOis(long[] matchAllOis) { in setMatchAllOis() method in HomeSp
373 homeSp.setMatchAllOis(in.createLongArray());
/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/pps/
DHomeSpTest.java63 homeSp.setMatchAllOis(new long[] {0x11L, 0x22L}); in createHomeSp()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointXmlUtilsTest.java109 homeSp.setMatchAllOis(new long[] {0x11223344}); in createFullPasspointConfiguration()
DPasspointConfigUserStoreDataTest.java145 homeSp.setMatchAllOis(new long[] {0x11223344}); in createFullPasspointConfiguration()
DPasspointProviderTest.java1543 homeSp.setMatchAllOis(TEST_RC_OIS); in matchAllHomeOi()
1575 homeSp.setMatchAllOis(TEST_RC_OIS); in matchAllHomeOiNegative()
/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/omadm/
DPpsMoParserTest.java133 homeSp.setMatchAllOis(new long[] {0x11223344}); in generateConfigurationFromPPSMOTree()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointXmlUtils.java514 homeSp.setMatchAllOis((long[]) value); in deserializeHomeSP()
/frameworks/base/wifi/java/android/net/wifi/hotspot2/omadm/
DPpsMoParser.java719 homeSp.setMatchAllOis(convertFromLongList(homeOIs.first)); in parseHomeSP()