OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:matchDomainName
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
ANQPMatcher.java
50
public static boolean
matchDomainName
(DomainNameElement element, String fqdn,
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
ANQPMatcherTest.java
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));
Completed in 861 milliseconds