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
141 public ChannelHelper getChannelHelper() { in getChannelHelper() method in WificondScannerImpl
451 if (existingImpl.getChannelHelper().satisfies(newImpl.getChannelHelper())) { in doesAnyExistingImplSatisfy()1393 mChannelHelper = mScannerImpl.getChannelHelper(); in processMessage()
98 ChannelCollection collection = mScanner.getChannelHelper().createChannelCollection(); in expectedBandScanFreqs()104 ChannelCollection collection = mScanner.getChannelHelper().createChannelCollection(); in expectedBandAndChannelScanFreqs()
214 ChannelCollection collection = mScanner.getChannelHelper().createChannelCollection(); in expectedBandScanFreqs()
180 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()