Home
last modified time | relevance | path

Searched refs:matchAll (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DANQPMatcher.java82 long[] providerOIs, boolean matchAll) { in matchRoamingConsortium() argument
92 if (!matchAll) { in matchRoamingConsortium()
95 } else if (matchAll) { in matchRoamingConsortium()
99 return matchAll; in matchRoamingConsortium()
DPasspointProvider.java599 boolean matchAll) { in matchOis() argument
603 if (ANQPMatcher.matchRoamingConsortium(roamingConsortiumElement, providerOis, matchAll)) { in matchOis()
623 if (!matchAll) { in matchOis()
631 if (matchAll && !matched) { in matchOis()
635 return matchAll; in matchOis()