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.java114 public abstract ChannelHelper getChannelHelper(); in getChannelHelper() method in WifiScannerImpl
DHalWifiScannerImpl.java74 public ChannelHelper getChannelHelper() { in getChannelHelper() method in HalWifiScannerImpl
DWificondScannerImpl.java147 public ChannelHelper getChannelHelper() { in getChannelHelper() method in WificondScannerImpl
DWifiScanningServiceImpl.java488 if (existingImpl.getChannelHelper().satisfies(newImpl.getChannelHelper())) { in doesAnyExistingImplSatisfy()
1524 mChannelHelper = mScannerImpl.getChannelHelper(); in processMessage()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/scanner/
DBaseWifiScannerImplTest.java97 ChannelCollection collection = mScanner.getChannelHelper().createChannelCollection(); in expectedBandScanFreqs()
103 ChannelCollection collection = mScanner.getChannelHelper().createChannelCollection(); in expectedBandAndChannelScanFreqs()
DWificondPnoScannerTest.java216 ChannelCollection collection = mScanner.getChannelHelper().createChannelCollection(); in expectedBandScanFreqs()
DWifiScanningServiceTest.java187 when(mWifiScannerImpl0.getChannelHelper()).thenReturn(mChannelHelper0); in setUp()
192 when(mWifiScannerImpl1.getChannelHelper()).thenReturn(mChannelHelper1); in setUp()
884 when(mWifiScannerImpl0.getChannelHelper()).thenReturn(mChannelHelper0); in testRnrIsDisabledWhen6GhzChannelsNotAvailable()
2898 verify(mWifiScannerImpl0).getChannelHelper(); in rejectAllMessagesFromNonPrivilegedAppsWithoutLocationPermission()
3145 when(mWifiScannerImpl1.getChannelHelper()).thenReturn(mChannelHelper0); in setupAndTeardownSecondImplWhichSatisfiesExistingImpl()
3153 verify(mWifiScannerImpl1, times(1)).getChannelHelper(); in setupAndTeardownSecondImplWhichSatisfiesExistingImpl()
3192 when(mWifiScannerImpl1.getChannelHelper()).thenReturn(mChannelHelper0); in setupSecondImplAndTeardownFirstImplWhichSatisfiesExistingImpl()
3202 verify(mWifiScannerImpl1, never()).getChannelHelper(); in setupSecondImplAndTeardownFirstImplWhichSatisfiesExistingImpl()