OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ANQPMatcher
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
ANQPMatcherTest.java
49
* Unit tests for {@link com.android.server.wifi.hotspot2.
ANQPMatcher
}.
60
assertFalse(
ANQPMatcher
.matchDomainName(null, "test.com", null, null));
74
assertTrue(
ANQPMatcher
.matchDomainName(element, fqdn, null, null));
90
assertTrue(
ANQPMatcher
.matchDomainName(element, null, imsiParam, simImsiList));
101
assertFalse(
ANQPMatcher
.matchRoamingConsortium(null, new long[0]));
115
assertTrue(
ANQPMatcher
.matchRoamingConsortium(element, new long[] {oi}));
126
assertEquals(AuthMatch.INDETERMINATE,
ANQPMatcher
.matchNAIRealm(null, "test.com",
139
assertEquals(AuthMatch.INDETERMINATE,
ANQPMatcher
.matchNAIRealm(element, "test.com",
156
assertEquals(AuthMatch.REALM,
ANQPMatcher
.matchNAIRealm(element, realm,
180
ANQPMatcher
.matchNAIRealm(element, realm, eapMethodID, null))
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
ANQPMatcher.java
36
public class
ANQPMatcher
{
Completed in 1127 milliseconds