Home
last modified time | relevance | path

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

/frameworks/opt/net/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.java141 public ChannelHelper getChannelHelper() { in getChannelHelper() method in WificondScannerImpl
DWifiScanningServiceImpl.java451 if (existingImpl.getChannelHelper().satisfies(newImpl.getChannelHelper())) { in doesAnyExistingImplSatisfy()
1393 mChannelHelper = mScannerImpl.getChannelHelper(); in processMessage()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
DBaseWifiScannerImplTest.java98 ChannelCollection collection = mScanner.getChannelHelper().createChannelCollection(); in expectedBandScanFreqs()
104 ChannelCollection collection = mScanner.getChannelHelper().createChannelCollection(); in expectedBandAndChannelScanFreqs()
DWificondPnoScannerTest.java214 ChannelCollection collection = mScanner.getChannelHelper().createChannelCollection(); in expectedBandScanFreqs()
DWifiScanningServiceTest.java180 when(mWifiScannerImpl0.getChannelHelper()).thenReturn(mChannelHelper0); in setUp()
184 when(mWifiScannerImpl1.getChannelHelper()).thenReturn(mChannelHelper1); in setUp()
2724 verify(mWifiScannerImpl0).getChannelHelper(); in rejectAllMessagesFromNonPrivilegedAppsWithoutLocationPermission()
2957 when(mWifiScannerImpl1.getChannelHelper()).thenReturn(mChannelHelper0); in setupAndTeardownSecondImplWhichSatisfiesExistingImpl()
2965 verify(mWifiScannerImpl1, times(1)).getChannelHelper(); in setupAndTeardownSecondImplWhichSatisfiesExistingImpl()
3005 when(mWifiScannerImpl1.getChannelHelper()).thenReturn(mChannelHelper0); in setupSecondImplAndTeardownFirstImplWhichSatisfiesExistingImpl()
3015 verify(mWifiScannerImpl1, never()).getChannelHelper(); in setupSecondImplAndTeardownFirstImplWhichSatisfiesExistingImpl()