Searched refs:toBand (Results 1 – 11 of 11) sorted by relevance
225 final int band = ScanResult.toBand(info.getFrequency()); in onInternetValidated()438 if (ScanResult.toBand(info.getFrequency()) == ScanResult.toBand(info2.getFrequency())) { in notifyBssidAssociatedEvent()514 final int band = ScanResult.toBand(info.getFrequency()); in updateNetworkConnectionStates()600 if (band != ScanResult.toBand(wifiInfo.getFrequency())) { in disconnectSecondaryIfNeeded()630 return ScanResult.toBand(info.getFrequency()); in getSecondaryConnectedNetworkBand()
387 : ScanResult.toBand(primaryFreq) != ScanResult.toBand(secondaryFreq); in filterMultiInternetFrequency()414 final int primaryBand = ScanResult.toBand(primaryInfo.getFrequency()); in handleConnectToMultiInternetConnectionInternal()448 final int band = ScanResult.toBand(c.getFrequency()); in handleConnectToMultiInternetConnectionInternal()
221 link.setBand(ScanResult.toBand(pollResults.getFrequency(linkId))); in triggerUpdateOfWifiUsabilityStats()
1301 int band = Integer.valueOf(ScanResult.toBand(k.getFrequency())); in intersectMlCandidatesWithStrBands()
2310 band |= ScanResult.toBand(info.getFrequency()); in writeSoftApStoppedEvent()
2733 link.setBand(ScanResult.toBand(pollResults.getFrequency(linkId))); in updateMloLinkFromPollResults()3207 link.setBand(ScanResult.toBand(bssFreq)); in updateAssociatedMloLinksFromLinksInfoWhenBssFreqChanged()3411 link.setBand(ScanResult.toBand(info.links[i].getFrequencyMHz())); in updateMloLinkAddrAndStates()
7515 if ((band & ScanResult.toBand(freq)) == 0) {
997 int band1 = toBand(freqMhz1); in isValidCombinedBandForDual5GHz()998 int band2 = toBand(freqMhz2); in isValidCombinedBandForDual5GHz()1131 @WifiBand public static int toBand(int frequency) { in toBand() method in ScanResult1150 return ScanResult.toBand(this.frequency); in getBand()
384 int operatingBand = ScanResult.toBand(mPrimaryFreq); in NetworkDetail()488 link.setBand(ScanResult.toBand(mPrimaryFreq)); in NetworkDetail()
425 assertEquals(WifiScanner.WIFI_BAND_24_GHZ, ScanResult.toBand(TEST_FREQUENCY)); in testScanResultToBand()
1646 specifiedBssids.put(ScanResult.toBand(mCandidate4.getFrequency()), in multiInternetSecondaryConnectionRequest_filteredBssidExists()1659 specifiedBssids.put(ScanResult.toBand(mCandidate2.getFrequency()), in multiInternetSecondaryConnectionRequest_filterBssidNotExist()1661 specifiedBssids.put(ScanResult.toBand(mCandidate4.getFrequency()), in multiInternetSecondaryConnectionRequest_filterBssidNotExist()