Searched refs:getHSRelease (Results 1 – 3 of 3) sorted by relevance
106 if (getNetworkDetail().getHSRelease() != null) { in PasspointMatchInfo()107 score += getNetworkDetail().getHSRelease() != NetworkDetail.HSRelease.Unknown ? 50 : 0; in PasspointMatchInfo()
417 public HSRelease getHSRelease() { in getHSRelease() method in NetworkDetail
65 if (networkDetail.getHSRelease() != null) { in buildQueryList()66 boolean includeOSU = osu && networkDetail.getHSRelease() == NetworkDetail.HSRelease.R2; in buildQueryList()