HomeSort by relevance Sort by last modified time
    Searched defs:matchRoamingConsortium (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
ANQPMatcher.java 78 public static boolean matchRoamingConsortium(RoamingConsortiumElement element,
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
ANQPMatcherTest.java 101 assertFalse(ANQPMatcher.matchRoamingConsortium(null, new long[0]));
111 public void matchRoamingConsortium() throws Exception {
115 assertTrue(ANQPMatcher.matchRoamingConsortium(element, new long[] {oi}));
PasspointProviderTest.java 475 public void matchRoamingConsortium() throws Exception {
    [all...]

Completed in 155 milliseconds