HomeSort by relevance Sort by last modified time
    Searched refs:rcOIs (Results 1 - 4 of 4) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
ANQPRequestManager.java 113 * @param rcOIs Flag indicating the inclusion of roaming consortium OIs. When set to true,
119 public boolean requestANQPElements(long bssid, ANQPNetworkKey anqpNetworkKey, boolean rcOIs,
127 if (!mPasspointHandler.requestANQP(bssid, getRequestElementIDs(rcOIs, hsReleaseR2))) {
194 * @param rcOIs Flag indicating the inclusion of roaming consortium OIs
198 private static List<Constants.ANQPElementType> getRequestElementIDs(boolean rcOIs,
202 if (rcOIs) {
ANQPMatcher.java 86 List<Long> rcOIs = element.getOIs();
88 if (rcOIs.contains(oi)) {
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
PasspointProviderTest.java 149 * @param rcOIs Roaming consortium OIs
152 private RoamingConsortiumElement createRoamingConsortiumElement(Long[] rcOIs) {
153 return new RoamingConsortiumElement(Arrays.asList(rcOIs));
612 long[] rcOIs = new long[] {0x1234L, 0x2345L};
625 homeSp.setRoamingConsortiumOis(rcOIs);
650 assertTrue(Arrays.equals(rcOIs, wifiConfig.roamingConsortiumIds));
674 long[] rcOIs = new long[] {0x1234L, 0x2345L};
682 homeSp.setRoamingConsortiumOis(rcOIs);
712 assertTrue(Arrays.equals(rcOIs, wifiConfig.roamingConsortiumIds));
    [all...]
PasspointManagerTest.java     [all...]

Completed in 251 milliseconds