Searched refs:WificondChannelHelper (Results 1 - 5 of 5) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
H A DWificondChannelHelper.java28 public class WificondChannelHelper extends KnownBandsChannelHelper { class in inherits:KnownBandsChannelHelper
29 private static final String TAG = "WificondChannelHelper";
33 public WificondChannelHelper(WifiNative wifiNative) { method in class:WificondChannelHelper
H A DHalWifiScannerImpl.java51 mChannelHelper = new WificondChannelHelper(wifiNative);
H A DWifiScannerImpl.java64 new WificondChannelHelper(wifiNative), looper, clock);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
H A DWificondPnoScannerTest.java139 new WificondChannelHelper(mWifiNative), mLooper.getLooper(), mClock);
H A DWificondScannerTest.java59 mWifiNative, mWifiMonitorSpy, new WificondChannelHelper(mWifiNative),

Completed in 110 milliseconds