Searched refs:getChannelHelper (Results 1 – 7 of 7) sorted by relevance
114 public abstract ChannelHelper getChannelHelper(); in getChannelHelper() method in WifiScannerImpl
74 public ChannelHelper getChannelHelper() { in getChannelHelper() method in HalWifiScannerImpl
147 public ChannelHelper getChannelHelper() { in getChannelHelper() method in WificondScannerImpl
488 if (existingImpl.getChannelHelper().satisfies(newImpl.getChannelHelper())) { in doesAnyExistingImplSatisfy()1524 mChannelHelper = mScannerImpl.getChannelHelper(); in processMessage()
97 ChannelCollection collection = mScanner.getChannelHelper().createChannelCollection(); in expectedBandScanFreqs()103 ChannelCollection collection = mScanner.getChannelHelper().createChannelCollection(); in expectedBandAndChannelScanFreqs()
216 ChannelCollection collection = mScanner.getChannelHelper().createChannelCollection(); in expectedBandScanFreqs()
187 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()