Home
last modified time | relevance | path

Searched refs:getHSRelease (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointMatchInfo.java106 if (getNetworkDetail().getHSRelease() != null) { in PasspointMatchInfo()
107 score += getNetworkDetail().getHSRelease() != NetworkDetail.HSRelease.Unknown ? 50 : 0; in PasspointMatchInfo()
DNetworkDetail.java417 public HSRelease getHSRelease() { in getHSRelease() method in NetworkDetail
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
DANQPFactory.java65 if (networkDetail.getHSRelease() != null) { in buildQueryList()
66 boolean includeOSU = osu && networkDetail.getHSRelease() == NetworkDetail.HSRelease.R2; in buildQueryList()