Home
last modified time | relevance | path

Searched refs:getChannelHelper (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/
DWifiScannerImpl.java116 public abstract ChannelHelper getChannelHelper(); in getChannelHelper() method in WifiScannerImpl
DHalWifiScannerImpl.java76 public ChannelHelper getChannelHelper() { in getChannelHelper() method in HalWifiScannerImpl
DWificondScannerImpl.java149 public ChannelHelper getChannelHelper() { in getChannelHelper() method in WificondScannerImpl
DWifiScanningServiceImpl.java747 if (existingImpl.getChannelHelper().satisfies(newImpl.getChannelHelper())) { in doesAnyExistingImplSatisfy()
1817 mChannelHelper = mScannerImpl.getChannelHelper(); in processMessage()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/scanner/
DBaseWifiScannerImplTest.java99 ChannelCollection collection = mScanner.getChannelHelper().createChannelCollection(); in expectedBandScanFreqs()
105 ChannelCollection collection = mScanner.getChannelHelper().createChannelCollection(); in expectedBandAndChannelScanFreqs()
DWificondPnoScannerTest.java218 ChannelCollection collection = mScanner.getChannelHelper().createChannelCollection(); in expectedBandScanFreqs()
DWifiScanningServiceTest.java224 when(mWifiScannerImpl0.getChannelHelper()).thenReturn(mChannelHelper0); in setUp()
229 when(mWifiScannerImpl1.getChannelHelper()).thenReturn(mChannelHelper1); in setUp()
807 when(mWifiScannerImpl0.getChannelHelper()).thenReturn(mChannelHelper0); in testRnrIsDisabledWhen6GhzChannelsNotAvailable()
3016 verify(mWifiScannerImpl0).getChannelHelper(); in rejectAllMessagesFromNonPrivilegedAppsWithoutLocationPermission()
3224 when(mWifiScannerImpl1.getChannelHelper()).thenReturn(mChannelHelper0); in setupAndTeardownSecondImplWhichSatisfiesExistingImpl()
3232 verify(mWifiScannerImpl1, times(1)).getChannelHelper(); in setupAndTeardownSecondImplWhichSatisfiesExistingImpl()
3266 when(mWifiScannerImpl1.getChannelHelper()).thenReturn(mChannelHelper0); in setupSecondImplAndTeardownFirstImplWhichSatisfiesExistingImpl()
3276 verify(mWifiScannerImpl1, never()).getChannelHelper(); in setupSecondImplAndTeardownFirstImplWhichSatisfiesExistingImpl()