Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/hotspot2/pps/
DHomeSp.java172 public void setMatchAnyOis(long[] matchAnyOis) { in setMatchAnyOis() method in HomeSp
374 homeSp.setMatchAnyOis(in.createLongArray());
/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/pps/
DHomeSpTest.java64 homeSp.setMatchAnyOis(new long[] {0x33L, 0x44L}); in createHomeSp()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointXmlUtilsTest.java110 homeSp.setMatchAnyOis(new long[] {0x55667788}); in createFullPasspointConfiguration()
DPasspointConfigUserStoreDataTest.java146 homeSp.setMatchAnyOis(new long[] {0x55667788}); in createFullPasspointConfiguration()
DPasspointProviderTest.java1481 homeSp.setMatchAnyOis(TEST_RC_OIS); in matchAnyHomeOi()
1512 homeSp.setMatchAnyOis(TEST_RC_OIS); in matchAnyHomeOiNegative()
/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/omadm/
DPpsMoParserTest.java134 homeSp.setMatchAnyOis(new long[] {0x55667788}); in generateConfigurationFromPPSMOTree()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointXmlUtils.java517 homeSp.setMatchAnyOis((long[]) value); in deserializeHomeSP()
/frameworks/base/wifi/java/android/net/wifi/hotspot2/omadm/
DPpsMoParser.java720 homeSp.setMatchAnyOis(convertFromLongList(homeOIs.second)); in parseHomeSP()