Home
last modified time | relevance | path

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

/packages/modules/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.java789 boolean matchAll) { in matchOis() argument
793 if (ANQPMatcher.matchRoamingConsortium(roamingConsortiumElement, providerOis, matchAll)) { in matchOis()
813 if (!matchAll) { in matchOis()
821 if (matchAll && !matched) { in matchOis()
825 return matchAll; in matchOis()