Searched refs:getChannelHelper (Results 1 – 7 of 7) sorted by relevance
116 public abstract ChannelHelper getChannelHelper(); in getChannelHelper() method in WifiScannerImpl
76 public ChannelHelper getChannelHelper() { in getChannelHelper() method in HalWifiScannerImpl
149 public ChannelHelper getChannelHelper() { in getChannelHelper() method in WificondScannerImpl
747 if (existingImpl.getChannelHelper().satisfies(newImpl.getChannelHelper())) { in doesAnyExistingImplSatisfy()1817 mChannelHelper = mScannerImpl.getChannelHelper(); in processMessage()
99 ChannelCollection collection = mScanner.getChannelHelper().createChannelCollection(); in expectedBandScanFreqs()105 ChannelCollection collection = mScanner.getChannelHelper().createChannelCollection(); in expectedBandAndChannelScanFreqs()
218 ChannelCollection collection = mScanner.getChannelHelper().createChannelCollection(); in expectedBandScanFreqs()
224 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()